HomeSort by relevance Sort by last modified time
    Searched refs:getCalledFunction (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 130 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()->isDeclaration()
    [all...]
InlineAlways.cpp 92 Function *Callee = CS.getCalledFunction();
PruneEH.cpp 119 } else if (Function *Callee = CI->getCalledFunction()) {
  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 66 Function *Fn = CI->getCalledFunction();
120 Function *Fn = CI->getCalledFunction();
169 Function *Fn = CI->getCalledFunction();
  /external/llvm/lib/Analysis/
CodeMetrics.cpp 35 if (const Function *F = CS.getCalledFunction()) {
LibCallAliasAnalysis.cpp 127 if (const Function *F = CS.getCalledFunction()) {
MemoryBuiltins.cpp 74 static Function *getCalledFunction(const Value *V, bool LookThroughBitCast) {
85 Function *Callee = CS.getCalledFunction();
100 Function *Callee = getCalledFunction(V, LookThroughBitCast);
321 Function *Callee = CI->getCalledFunction();
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 258 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()) {
GlobalsModRef.cpp 148 if (const Function* F = CS.getCalledFunction())
457 Function *Callee = Intrinsic->getCalledFunction();
546 if (const Function *F = CS.getCalledFunction())
CallGraph.cpp 83 const Function *Callee = CS.getCalledFunction();
  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 85 Function &F_ = *CI->getCalledFunction();
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 72 if (const Function *Callee = CS.getCalledFunction()) {
ObjCARC.h 205 if (const Function *F = CI->getCalledFunction())
  /external/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 73 if (!Call || !(CalledFunc = Call->getCalledFunction()))
TailRecursionElimination.cpp 582 if (CI && CI->getCalledFunction() == F)
602 CI->getCalledFunction() &&
603 !TTI->isLoweredToCall(CI->getCalledFunction())) {
    [all...]
  /external/llvm/include/llvm/Analysis/
CallGraph.h 232 assert(!CS.getInstruction() || !CS.getCalledFunction() ||
233 !CS.getCalledFunction()->isIntrinsic());
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 44 return (Intrinsic::ID)getCalledFunction()->getIntrinsicID();
49 if (const Function *CF = I->getCalledFunction())
CallSite.h 90 /// getCalledFunction - Return the function being called if this is a direct
93 FunTy *getCalledFunction() const {
  /external/llvm/lib/Target/R600/
R600TextureIntrinsicsReplacer.cpp 261 if (!I.getCalledFunction())
264 StringRef Name = I.getCalledFunction()->getName();
SITypeRewriter.cpp 107 Function *F = I.getCalledFunction();
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 136 if (!CI->getCalledFunction() ||
137 !CI->getCalledFunction()->getIntrinsicID())
334 if (Function *F = CI->getCalledFunction())
GCStrategy.cpp 236 if (Function *F = CI->getCalledFunction())
284 Function *F = CI->getCalledFunction();
JumpInstrTables.cpp 65 if (CS.getCalledFunction())
  /external/llvm/lib/Target/NVPTX/
NVPTXImageOptimizer.cpp 63 Function *CalledF = CI->getCalledFunction();
  /external/llvm/include/llvm/Transforms/Utils/
VectorUtils.h 112 Function *F = CI->getCalledFunction();

Completed in 182 milliseconds

1 2 3