Searched refs:getCalledFunction (Results 26 - 50 of 62) sorted by relevance

123

/freebsd-10.0-release/contrib/llvm/include/llvm/
H A DInstVisitor.h260 if (const Function *F = I.getCalledFunction()) {
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp228 if (OldEnd && OldEnd->getCalledFunction() == EndCf) {
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp284 const Function *Callee = CS.getCalledFunction();
323 if (Function *F = CallSite(NewCall).getCalledFunction()) {
508 const Function *CalledFunc = CS.getCalledFunction();
H A DSimplifyLibCalls.cpp67 if (CI->getCalledFunction())
68 Context = &CI->getCalledFunction()->getContext();
74 return callOptimizer(CI->getCalledFunction(), CI, B);
1762 Function *Callee = CI->getCalledFunction();
H A DBuildLibCalls.cpp475 Function *Callee = CI->getCalledFunction();
H A DCodeExtractor.cpp60 if (const Function *F = CI->getCalledFunction())
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp817 CS.getCalledFunction() &&
818 CS.getCalledFunction()->getName() == "memset_pattern16") {
819 const Function *MS = CS.getCalledFunction();
H A DAliasAnalysis.cpp205 if (const Function *F = CS.getCalledFunction())
H A DTargetTransformInfo.cpp384 const Function *F = CS.getCalledFunction();
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp165 Function *F = CI->getCalledFunction();
H A DVerifier.cpp1429 if (CS.getCalledFunction() == 0 ||
1430 !CS.getCalledFunction()->getName().startswith("llvm.")) {
1443 if (Function *F = CI.getCalledFunction())
2054 Function *IF = CI.getCalledFunction();
H A DInstructions.cpp352 if (const Function *F = getCalledFunction())
360 if (const Function *F = getCalledFunction())
580 if (const Function *F = getCalledFunction())
588 if (const Function *F = getCalledFunction())
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1243 if (Call && Call->getCalledFunction() && TLI->has(LibFunc::sqrtf) &&
1244 Call->getCalledFunction()->getName() == TLI->getName(LibFunc::sqrt) &&
1253 Function *Callee = Call->getCalledFunction();
H A DInstCombineCalls.cpp791 if (CI->getCalledFunction() == 0) return 0;
H A DInstCombineCompares.cpp3175 if (RHSC->isNullValue() && CI->getCalledFunction() &&
3176 TLI->getLibFunc(CI->getCalledFunction()->getName(), Func) &&
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1079 Function *F = CS.getCalledFunction();
1256 if (Function *F = CS.getCalledFunction())
1430 if (Function *F = CallSite(I).getCalledFunction())
H A DDeadStoreElimination.cpp166 if (Function *F = CS.getCalledFunction()) {
H A DCodeGenPrepare.cpp661 if (CI->getCalledFunction() == 0) return false;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp344 const Function *Callee = CI->getCalledFunction();
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp586 const Function *F = Call->getCalledFunction();
820 const Function *F = Call->getCalledFunction();
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp638 assert(CS.getCalledFunction() == F);
H A DDeadArgumentElimination.cpp455 const Function *F = CS.getCalledFunction();
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1580 if (Function *Func = Call->getCalledFunction()) {
1787 errs() << "ZZZ call " << CI->getCalledFunction()->getName() << "\n";
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp648 Function *F = I->getCalledFunction();
1040 if (CI && (FI = CI->getCalledFunction())) {
2703 Function *F = cast<CallInst>(I)->getCalledFunction();
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h1351 /// getCalledFunction - Return the function called, or null if this is an
1354 Function *getCalledFunction() const { function in class:llvm::CallInst
3083 /// getCalledFunction - Return the function called, or null if this is an
3086 Function *getCalledFunction() const { function in class:llvm::InvokeInst

Completed in 472 milliseconds

123