Searched defs:getCalledFunction (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DCallSite.h98 /// getCalledFunction - Return the function being called if this is a direct
101 FunTy *getCalledFunction() const { function in class:llvm::CallSiteBase
H A DStatepoint.h131 FunTy *getCalledFunction() const { function in class:llvm::StatepointFlags::StatepointBase
140 Function *F = getCalledFunction();
181 Function *F = getCalledFunction();
/external/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp445 static const Function *getCalledFunction(const MachineInstr &MI) { function
469 const Function *Called = getCalledFunction(MI);
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp82 static Function *getCalledFunction(const Value *V, bool LookThroughBitCast) { function
93 Function *Callee = CS.getCalledFunction();
108 Function *Callee = getCalledFunction(V, LookThroughBitCast);
307 Function *Callee = CI->getCalledFunction();

Completed in 247 milliseconds