|
llvm::Value & | getResult () const |
|
llvm::Value & | getInput () const |
|
llvm::Use & | getInputAsUse () const |
|
llvm::Function * | getCalledFunction () const |
|
llvm::Value & | getCalledOperand () const |
|
llvm::Use & | getCalledOperandAsUse () const |
|
std::string | toString () const override |
|
llvm::Function & | getCalledFunction () const |
|
llvm::Module * | getModule () const |
|
llvm::Function * | getFunction () const |
|
llvm::BasicBlock * | getParent () const |
|
llvm::CallInst & | getCallInst () const |
|
llvm::Value & | asValue () const |
|
MemOIR_Func | getKind () const |
|
bool | has_keywords () const |
|
template<typename KeywordTy > |
std::optional< KeywordTy > | get_keyword () const |
|
llvm::iterator_range< keyword_iterator > | keywords () const |
|
keyword_iterator | kw_begin () const |
|
keyword_iterator | kw_end () 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 () |
|
|
| RetPHIInst (llvm::CallInst &call_inst) |
|
| MemOIRInst (llvm::CallInst &call_inst) |
|
|
llvm::CallInst & | call_inst |
|
static Map< llvm::Instruction *, MemOIRInst * > * | llvm_to_memoir = nullptr |
|
◆ getCalledFunction()
llvm::Function * llvm::memoir::RetPHIInst::getCalledFunction |
( |
| ) |
const |
- Returns
- the function called, or NULL if it was an indirect function invocation.
The documentation for this struct was generated from the following files:
- /tank/tommy/memoir/upstream/compiler/memoir/ir/Instructions.hpp
- /tank/tommy/memoir/upstream/compiler/memoir/ir/src/Instructions/SSAInsts.cpp