Searched refs:getCalledFunction (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DLowerExpectIntrinsic.cpp65 Function *Fn = CI->getCalledFunction();
109 Function *Fn = CI->getCalledFunction();
155 Function *Fn = CI->getCalledFunction();
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DCodeMetrics.cpp35 if (const Function *F = CS.getCalledFunction()) {
H A DLibCallAliasAnalysis.cpp127 if (const Function *F = CS.getCalledFunction()) {
H A DMemoryBuiltins.cpp73 static Function *getCalledFunction(const Value *V, bool LookThroughBitCast) { function
84 Function *Callee = CS.getCalledFunction();
99 Function *Callee = getCalledFunction(V, LookThroughBitCast);
320 Function *Callee = CI->getCalledFunction();
/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DInlineAlways.cpp90 Function *Callee = CS.getCalledFunction();
H A DInliner.cpp121 Function *Callee = CS.getCalledFunction();
271 Function *Callee = CS.getCalledFunction();
340 if (!CS2 || CS2.getCalledFunction() != Caller) {
436 if (CS.getCalledFunction() && CS.getCalledFunction()->isDeclaration())
453 if (Function *F = CallSites[i].first.getCalledFunction())
473 Function *Callee = CS.getCalledFunction();
H A DPruneEH.cpp118 } else if (Function *Callee = CI->getCalledFunction()) {
H A DFunctionAttrs.cpp192 if (CS.getCalledFunction() && SCCNodes.count(CS.getCalledFunction()))
351 Function *F = CS.getCalledFunction();
455 Function *F = CS.getCalledFunction();
749 if (CS.getCalledFunction() &&
750 SCCNodes.count(CS.getCalledFunction()))
/freebsd-10.2-release/contrib/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp253 Function *Callee = CS.getCalledFunction();
267 if (ExistingNode->getFunction() == CS.getCalledFunction())
275 if (CheckingMode && CS.getCalledFunction() &&
285 if (Function *Callee = CS.getCalledFunction()) {
309 if (Function *Callee = CS.getCalledFunction()) {
H A DGlobalsModRef.cpp143 if (const Function* F = CS.getCalledFunction())
465 Function *Callee = Intrinsic->getCalledFunction();
554 if (const Function *F = CS.getCalledFunction())
H A DCallGraph.cpp55 const Function *Callee = CS.getCalledFunction();
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp72 if (!Call || !(CalledFunc = Call->getCalledFunction()))
H A DTailRecursionElimination.cpp410 if (CI && CI->getCalledFunction() == F)
430 CI->getCalledFunction() &&
431 !TTI->isLoweredToCall(CI->getCalledFunction())) {
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsOs16.cpp84 Function &F_ = *CI->getCalledFunction();
/freebsd-10.2-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp71 if (const Function *Callee = CS.getCalledFunction()) {
H A DObjCARC.h205 if (const Function *F = CI->getCalledFunction())
H A DObjCARCUtil.cpp179 if (const Function *F = CI->getCalledFunction()) {
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h264 !CS.getCalledFunction() ||
265 !CS.getCalledFunction()->isIntrinsic());
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h44 return (Intrinsic::ID)getCalledFunction()->getIntrinsicID();
49 if (const Function *CF = I->getCalledFunction())
/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DR600TextureIntrinsicsReplacer.cpp261 if (!I.getCalledFunction())
264 StringRef Name = I.getCalledFunction()->getName();
H A DSITypeRewriter.cpp106 Function *F = I.getCalledFunction();
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DShadowStackGC.cpp135 if (!CI->getCalledFunction() ||
136 !CI->getCalledFunction()->getIntrinsicID())
333 if (Function *F = CI->getCalledFunction())
H A DGCStrategy.cpp245 if (Function *F = CI->getCalledFunction())
292 Function *F = CI->getCalledFunction();
H A DSjLjEHPrepare.cpp392 if (Function *Callee = II->getCalledFunction())
483 if (CI->getCalledFunction() != StackRestoreFn)
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DCallSite.h90 /// getCalledFunction - Return the function being called if this is a direct
93 FunTy *getCalledFunction() const { function in class:llvm::CallSiteBase

Completed in 285 milliseconds

123