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

1 2 3

  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 65 Function *Fn = CI->getCalledFunction();
109 Function *Fn = CI->getCalledFunction();
155 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()) {
ProfileVerifierPass.cpp 183 FType *F = CI->getCalledFunction();
292 FType *F = CI->getCalledFunction();
305 FType *F = CI->getCalledFunction();
MemoryBuiltins.cpp 72 static Function *getCalledFunction(const Value *V, bool LookThroughBitCast) {
80 Function *Callee = CS.getCalledFunction();
95 Function *Callee = getCalledFunction(V, LookThroughBitCast);
309 Function *Callee = CI->getCalledFunction();
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 90 Function *Callee = CS.getCalledFunction();
Inliner.cpp 120 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();
FunctionAttrs.cpp 130 if (CS.getCalledFunction() && SCCNodes.count(CS.getCalledFunction()))
289 Function *F = CS.getCalledFunction();
536 if (CS.getCalledFunction() &&
537 SCCNodes.count(CS.getCalledFunction()))
PruneEH.cpp 118 } else if (Function *Callee = CI->getCalledFunction()) {
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 253 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()) {
GlobalsModRef.cpp 143 if (const Function* F = CS.getCalledFunction())
465 Function *Callee = Intrinsic->getCalledFunction();
554 if (const Function *F = CS.getCalledFunction())
CallGraph.cpp 145 const Function *Callee = CS.getCalledFunction();
InlineCost.cpp 714 if (Function *F = CS.getCalledFunction()) {
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 71 if (const Function *Callee = CS.getCalledFunction()) {
ObjCARC.h 199 if (const Function *F = CI->getCalledFunction())
ObjCARCUtil.cpp 166 if (const Function *F = CI->getCalledFunction()) {
  /external/llvm/include/llvm/Analysis/
CallGraph.h 263 !CS.getCalledFunction() ||
264 !CS.getCalledFunction()->isIntrinsic());
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 44 return (Intrinsic::ID)getCalledFunction()->getIntrinsicID();
49 if (const Function *CF = I->getCalledFunction())
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 135 if (!CI->getCalledFunction() ||
136 !CI->getCalledFunction()->getIntrinsicID())
333 if (Function *F = CI->getCalledFunction())
GCStrategy.cpp 245 if (Function *F = CI->getCalledFunction())
292 Function *F = CI->getCalledFunction();
SjLjEHPrepare.cpp 389 if (Function *Callee = II->getCalledFunction())
479 if (CI->getCalledFunction() != StackRestoreFn)
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 387 if (CI && CI->getCalledFunction() == F)
407 CI->getCalledFunction() &&
408 !TTI->isLoweredToCall(CI->getCalledFunction())) {
SimplifyLibCalls.cpp 70 if (CI->getCalledFunction())
71 Context = &CI->getCalledFunction()->getContext();
77 return CallOptimizer(CI->getCalledFunction(), CI, B);
171 Function *Callee = CI->getCalledFunction();
  /external/llvm/include/llvm/Support/
CallSite.h 91 /// getCalledFunction - Return the function being called if this is a direct
94 FunTy *getCalledFunction() const {
  /external/llvm/include/llvm/
InstVisitor.h 260 if (const Function *F = I.getCalledFunction()) {

Completed in 751 milliseconds

1 2 3