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

123

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DInlineAlways.cpp81 if (&F == CS.getCalledFunction())
108 Function *Callee = CS.getCalledFunction();
H A DInliner.cpp86 Function *Callee = CS.getCalledFunction();
218 Function *Callee = CS.getCalledFunction();
284 if (!CS2 || CS2.getCalledFunction() != Caller) {
380 if (CS.getCalledFunction() && CS.getCalledFunction()->isDeclaration())
397 if (Function *F = CallSites[i].first.getCalledFunction())
417 Function *Callee = CS.getCalledFunction();
H A DFunctionAttrs.cpp130 if (CS.getCalledFunction() && SCCNodes.count(CS.getCalledFunction()))
285 Function *F = CS.getCalledFunction();
525 if (CS.getCalledFunction() &&
526 SCCNodes.count(CS.getCalledFunction()))
H A DPruneEH.cpp118 } else if (Function *Callee = CI->getCalledFunction()) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DLowerExpectIntrinsic.cpp65 Function *Fn = CI->getCalledFunction();
109 Function *Fn = CI->getCalledFunction();
155 Function *Fn = CI->getCalledFunction();
H A DInlineFunction.cpp274 const Function *Callee = CS.getCalledFunction();
313 if (Function *F = CallSite(NewCall).getCalledFunction()) {
498 const Function *CalledFunc = CS.getCalledFunction();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DCodeMetrics.cpp29 const Function *F = CS.getCalledFunction();
134 if (const Function *F = CS.getCalledFunction()) {
H A DLibCallAliasAnalysis.cpp127 if (const Function *F = CS.getCalledFunction()) {
H A DProfileVerifierPass.cpp182 FType *F = CI->getCalledFunction();
291 FType *F = CI->getCalledFunction();
304 FType *F = CI->getCalledFunction();
H A DMemoryBuiltins.cpp72 static Function *getCalledFunction(const Value *V, bool LookThroughBitCast) { function
80 Function *Callee = CS.getCalledFunction();
91 Function *Callee = getCalledFunction(V, LookThroughBitCast);
305 Function *Callee = CI->getCalledFunction();
H A DInlineCost.cpp636 if (Function *F = CS.getCalledFunction()) {
849 if (F.hasLocalLinkage() && F.hasOneUse() && &F == CS.getCalledFunction())
1038 return getInlineCost(CS, CS.getCalledFunction(), Threshold);
H A DBasicAliasAnalysis.cpp788 CS.getCalledFunction() &&
789 CS.getCalledFunction()->getName() == "memset_pattern16") {
790 const Function *MS = CS.getCalledFunction();
H A DAliasAnalysis.cpp205 if (const Function *F = CS.getCalledFunction())
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp250 Function *Callee = CS.getCalledFunction();
264 if (ExistingNode->getFunction() == CS.getCalledFunction())
272 if (CheckingMode && CS.getCalledFunction() &&
282 if (Function *Callee = CS.getCalledFunction()) {
306 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();
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DCallGraph.h263 !CS.getCalledFunction() ||
264 !CS.getCalledFunction()->isIntrinsic());
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DIntrinsicInst.h44 return (Intrinsic::ID)getCalledFunction()->getIntrinsicID();
50 if (const Function *CF = I->getCalledFunction())
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DShadowStackGC.cpp135 if (!CI->getCalledFunction() ||
136 !CI->getCalledFunction()->getIntrinsicID())
333 if (Function *F = CI->getCalledFunction())
H A DGCStrategy.cpp244 if (Function *F = CI->getCalledFunction())
291 Function *F = CI->getCalledFunction();
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCallSite.h91 /// getCalledFunction - Return the function being called if this is a direct
94 FunTy *getCalledFunction() const { function in class:llvm::CallSiteBase
H A DInstVisitor.h257 if (const Function *F = I.getCalledFunction()) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp374 if (CI && CI->getCalledFunction() == F)
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DAutoUpgrade.cpp164 Function *F = CI->getCalledFunction();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1208 if (Call && Call->getCalledFunction() && TLI->has(LibFunc::sqrtf) &&
1209 Call->getCalledFunction()->getName() == TLI->getName(LibFunc::sqrt) &&
1218 Function *Callee = Call->getCalledFunction();

Completed in 161 milliseconds

123