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

1 2 3

  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 81 if (&F == CS.getCalledFunction())
108 Function *Callee = CS.getCalledFunction();
Inliner.cpp 86 Function *Callee = CS.getCalledFunction();
217 Function *Callee = CS.getCalledFunction();
283 if (!CS2 || CS2.getCalledFunction() != Caller) {
379 if (CS.getCalledFunction() && CS.getCalledFunction()->isDeclaration())
396 if (Function *F = CallSites[i].first.getCalledFunction())
416 Function *Callee = CS.getCalledFunction();
FunctionAttrs.cpp 130 if (CS.getCalledFunction() && SCCNodes.count(CS.getCalledFunction()))
285 Function *F = CS.getCalledFunction();
525 if (CS.getCalledFunction() &&
526 SCCNodes.count(CS.getCalledFunction()))
PruneEH.cpp 118 } else if (Function *Callee = CI->getCalledFunction()) {
  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 65 Function *Fn = CI->getCalledFunction();
109 Function *Fn = CI->getCalledFunction();
155 Function *Fn = CI->getCalledFunction();
InlineFunction.cpp 274 const Function *Callee = CS.getCalledFunction();
313 if (Function *F = CallSite(NewCall).getCalledFunction()) {
498 const Function *CalledFunc = CS.getCalledFunction();
    [all...]
  /external/llvm/lib/Analysis/
CodeMetrics.cpp 29 const Function *F = CS.getCalledFunction();
134 if (const Function *F = CS.getCalledFunction()) {
LibCallAliasAnalysis.cpp 127 if (const Function *F = CS.getCalledFunction()) {
ProfileVerifierPass.cpp 182 FType *F = CI->getCalledFunction();
291 FType *F = CI->getCalledFunction();
304 FType *F = CI->getCalledFunction();
MemoryBuiltins.cpp 72 static Function *getCalledFunction(const Value *V, bool LookThroughBitCast) {
80 Function *Callee = CS.getCalledFunction();
91 Function *Callee = getCalledFunction(V, LookThroughBitCast);
305 Function *Callee = CI->getCalledFunction();
InlineCost.cpp 624 if (Function *F = CS.getCalledFunction()) {
830 if (F.hasLocalLinkage() && F.hasOneUse() && &F == CS.getCalledFunction())
    [all...]
BasicAliasAnalysis.cpp 788 CS.getCalledFunction() &&
789 CS.getCalledFunction()->getName() == "memset_pattern16") {
790 const Function *MS = CS.getCalledFunction();
    [all...]
AliasAnalysis.cpp 205 if (const Function *F = CS.getCalledFunction())
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 250 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()) {
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();
  /external/llvm/include/llvm/Analysis/
CallGraph.h 263 !CS.getCalledFunction() ||
264 !CS.getCalledFunction()->isIntrinsic());
  /external/llvm/include/llvm/
IntrinsicInst.h 44 return (Intrinsic::ID)getCalledFunction()->getIntrinsicID();
50 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 244 if (Function *F = CI->getCalledFunction())
291 Function *F = 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 {
InstVisitor.h 257 if (const Function *F = I.getCalledFunction()) {
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 374 if (CI && CI->getCalledFunction() == F)
  /external/llvm/lib/VMCore/
AutoUpgrade.cpp 164 Function *F = CI->getCalledFunction();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]

Completed in 1225 milliseconds

1 2 3