|
llvm::Value & | getResultCollection () const |
|
llvm::Value & | getDefinedCollection () const |
|
llvm::Use & | getDefinedCollectionAsUse () const |
|
llvm::Instruction & | getDefInst () const |
|
void | setDefInst (llvm::Instruction &I) const |
|
void | setDefInst (MemOIRInst &I) const |
|
std::string | toString (std::string indent="") const override |
|
llvm::Function & | getFunction () const |
|
llvm::CallInst & | getCallInst () const |
|
llvm::Function & | getLLVMFunction () const |
|
llvm::Module * | getModule () const |
|
llvm::BasicBlock * | getParent () const |
|
MemOIR_Func | getKind () const |
|
| operator llvm::Value * () |
|
| operator llvm::Value & () |
|
| operator llvm::Instruction * () |
|
| operator llvm::Instruction & () |
|
|
static bool | classof (const MemOIRInst *I) |
|
static MemOIRInst * | get (llvm::Instruction &I) |
|
static bool | is_mutator (MemOIRInst &I) |
|
static void | invalidate () |
|
|
| DefPHIInst (llvm::CallInst &call_inst) |
|
| MemOIRInst (llvm::CallInst &call_inst) |
|
|
llvm::CallInst & | call_inst |
|
static map< llvm::Instruction *, MemOIRInst * > * | llvm_to_memoir = nullptr |
|
The documentation for this struct was generated from the following files:
- /nfs-scratch/jtm2066/object-ir/dev/compiler/memoir/ir/Instructions.hpp
- /nfs-scratch/jtm2066/object-ir/dev/compiler/memoir/ir/src/Instructions/SSAInsts.cpp