|
LLVM
8.0.1
|
#include "llvm/ADT/APInt.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/IndexedMap.h"#include "llvm/ADT/Optional.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/ADT/SmallVector.h"#include "llvm/CodeGen/ISDOpcodes.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/TargetRegisterInfo.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Type.h"#include "llvm/IR/Value.h"#include "llvm/Support/KnownBits.h"#include <cassert>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| class | llvm::FunctionLoweringInfo |
| FunctionLoweringInfo - This contains information that is global to a function that is used when lowering a region of the function. More... | |
| struct | llvm::FunctionLoweringInfo::StatepointSpillMap |
| Keep track of frame indices allocated for statepoints as they could be used across basic block boundaries. More... | |
| struct | llvm::FunctionLoweringInfo::LiveOutInfo |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
1.8.13