LLVM
8.0.1
|
#include "llvm/IR/CallSite.h"
Go to the source code of this file.
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Functions | |
bool | llvm::isLegalToPromote (CallSite CS, Function *Callee, const char **FailureReason=nullptr) |
Return true if the given indirect call site can be made to call Callee . More... | |
Instruction * | llvm::promoteCall (CallSite CS, Function *Callee, CastInst **RetBitCast=nullptr) |
Promote the given indirect call site to unconditionally call Callee . More... | |
Instruction * | llvm::promoteCallWithIfThenElse (CallSite CS, Function *Callee, MDNode *BranchWeights=nullptr) |
Promote the given indirect call site to conditionally call Callee . More... | |