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

123

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp68 if (CI->getCalledFunction())
69 Context = &CI->getCalledFunction()->getContext();
75 return CallOptimizer(CI->getCalledFunction(), CI, B);
159 Function *Callee = CI->getCalledFunction();
H A DTailRecursionElimination.cpp387 if (CI && CI->getCalledFunction() == F)
407 CI->getCalledFunction() &&
408 !TTI->isLoweredToCall(CI->getCalledFunction())) {
/freebsd-10.0-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.0-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 DProfileVerifierPass.cpp183 FType *F = CI->getCalledFunction();
292 FType *F = CI->getCalledFunction();
305 FType *F = CI->getCalledFunction();
H A DMemoryBuiltins.cpp72 static Function *getCalledFunction(const Value *V, bool LookThroughBitCast) { function
80 Function *Callee = CS.getCalledFunction();
95 Function *Callee = getCalledFunction(V, LookThroughBitCast);
309 Function *Callee = CI->getCalledFunction();
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DInlineAlways.cpp90 Function *Callee = CS.getCalledFunction();
H A DInliner.cpp120 Function *Callee = CS.getCalledFunction();
248 Function *Callee = CS.getCalledFunction();
317 if (!CS2 || CS2.getCalledFunction() != Caller) {
413 if (CS.getCalledFunction() && CS.getCalledFunction()->isDeclaration())
430 if (Function *F = CallSites[i].first.getCalledFunction())
450 Function *Callee = CS.getCalledFunction();
H A DPruneEH.cpp118 } else if (Function *Callee = CI->getCalledFunction()) {
H A DFunctionAttrs.cpp184 if (CS.getCalledFunction() && SCCNodes.count(CS.getCalledFunction()))
343 Function *F = CS.getCalledFunction();
590 if (CS.getCalledFunction() &&
591 SCCNodes.count(CS.getCalledFunction()))
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsOs16.cpp76 Function &F_ = *CI->getCalledFunction();
/freebsd-10.0-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.cpp145 const Function *Callee = CS.getCalledFunction();
H A DInlineCost.cpp714 if (Function *F = CS.getCalledFunction()) {
947 &F == CS.getCalledFunction();
1167 return getInlineCost(CS, CS.getCalledFunction(), Threshold);
1227 if (&F == CS.getCalledFunction())
/freebsd-10.0-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.cpp177 if (const Function *F = CI->getCalledFunction()) {
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h263 !CS.getCalledFunction() ||
264 !CS.getCalledFunction()->isIntrinsic());
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h44 return (Intrinsic::ID)getCalledFunction()->getIntrinsicID();
49 if (const Function *CF = I->getCalledFunction())
/freebsd-10.0-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.cpp389 if (Function *Callee = II->getCalledFunction())
479 if (CI->getCalledFunction() != StackRestoreFn)
/freebsd-10.0-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 303 milliseconds

123