LLVM 20.0.0git
|
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/IndexedMap.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::StatepointRelocationRecord |
Helper object to track which of three possible relocation mechanisms are used for a particular value being relocated over a statepoint. More... | |
union | llvm::FunctionLoweringInfo::StatepointRelocationRecord::payload_t |
struct | llvm::FunctionLoweringInfo::LiveOutInfo |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Typedefs | |
using | llvm::SSAContext = GenericSSAContext< Function > |