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

123

/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp130 Function *Callee = CS.getCalledFunction();
280 Function *Callee = CS.getCalledFunction();
319 emitAnalysis(CS, Twine(CS.getCalledFunction()->getName()) +
327 emitAnalysis(CS, Twine(CS.getCalledFunction()->getName() +
337 emitAnalysis(CS, Twine(CS.getCalledFunction()->getName() +
375 if (!CS2 || CS2.getCalledFunction() != Caller) {
410 CS.getCalledFunction()->getName() +
421 CS, CS.getCalledFunction()->getName() + Twine(" can be inlined into ") +
481 if (CS.getCalledFunction() && CS.getCalledFunction()
[all...]
H A DInlineAlways.cpp92 Function *Callee = CS.getCalledFunction();
H A DPruneEH.cpp119 } else if (Function *Callee = CI->getCalledFunction()) {
/external/llvm/lib/Transforms/Utils/
H A DLowerExpectIntrinsic.cpp66 Function *Fn = CI->getCalledFunction();
120 Function *Fn = CI->getCalledFunction();
169 Function *Fn = CI->getCalledFunction();
/external/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.cpp74 static Function *getCalledFunction(const Value *V, bool LookThroughBitCast) { function
85 Function *Callee = CS.getCalledFunction();
100 Function *Callee = getCalledFunction(V, LookThroughBitCast);
321 Function *Callee = CI->getCalledFunction();
/external/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp258 Function *Callee = CS.getCalledFunction();
272 if (ExistingNode->getFunction() == CS.getCalledFunction())
280 if (CheckingMode && CS.getCalledFunction() &&
290 if (Function *Callee = CS.getCalledFunction()) {
314 if (Function *Callee = CS.getCalledFunction()) {
H A DGlobalsModRef.cpp148 if (const Function* F = CS.getCalledFunction())
457 Function *Callee = Intrinsic->getCalledFunction();
546 if (const Function *F = CS.getCalledFunction())
H A DCallGraph.cpp83 const Function *Callee = CS.getCalledFunction();
/external/llvm/lib/Target/Mips/
H A DMipsOs16.cpp85 Function &F_ = *CI->getCalledFunction();
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp72 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()) {
/external/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp73 if (!Call || !(CalledFunc = Call->getCalledFunction()))
H A DTailRecursionElimination.cpp582 if (CI && CI->getCalledFunction() == F)
602 CI->getCalledFunction() &&
603 !TTI->isLoweredToCall(CI->getCalledFunction())) {
/external/llvm/include/llvm/IR/
H A DIntrinsicInst.h44 return (Intrinsic::ID)getCalledFunction()->getIntrinsicID();
49 if (const Function *CF = I->getCalledFunction())
/external/llvm/lib/Target/R600/
H A DR600TextureIntrinsicsReplacer.cpp261 if (!I.getCalledFunction())
264 StringRef Name = I.getCalledFunction()->getName();
H A DSITypeRewriter.cpp107 Function *F = I.getCalledFunction();
/external/llvm/lib/CodeGen/
H A DShadowStackGC.cpp136 if (!CI->getCalledFunction() ||
137 !CI->getCalledFunction()->getIntrinsicID())
334 if (Function *F = CI->getCalledFunction())
H A DGCStrategy.cpp236 if (Function *F = CI->getCalledFunction())
284 Function *F = CI->getCalledFunction();
H A DJumpInstrTables.cpp65 if (CS.getCalledFunction())
/external/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp63 Function *CalledF = CI->getCalledFunction();
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h232 assert(!CS.getInstruction() || !CS.getCalledFunction() ||
233 !CS.getCalledFunction()->isIntrinsic());
/external/llvm/include/llvm/Transforms/Utils/
H A DVectorUtils.h112 Function *F = CI->getCalledFunction();

Completed in 3631 milliseconds

123