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

1 2

  /external/llvm/lib/Transforms/Utils/
BasicInliner.cpp 86 if (CS && CS.getCalledFunction()
87 && !CS.getCalledFunction()->isDeclaration())
101 if (Function *Callee = CS.getCalledFunction()) {
LowerExpectIntrinsic.cpp 64 Function *Fn = CI->getCalledFunction();
111 Function *Fn = CI->getCalledFunction();
160 Function *Fn = CI->getCalledFunction();
InlineFunction.cpp 674 const Function *Callee = CS.getCalledFunction();
713 if (Function *F = CallSite(NewCall).getCalledFunction()) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 79 Function *Callee = CS.getCalledFunction();
208 Function *Callee = CS.getCalledFunction();
265 if (!CS2 || CS2.getCalledFunction() != Caller) {
368 if (CS.getCalledFunction() && CS.getCalledFunction()->isDeclaration())
385 if (Function *F = CallSites[i].first.getCalledFunction())
405 Function *Callee = CS.getCalledFunction();
FunctionAttrs.cpp 129 if (CS.getCalledFunction() && SCCNodes.count(CS.getCalledFunction()))
308 if (CS.getCalledFunction() &&
309 SCCNodes.count(CS.getCalledFunction()))
PruneEH.cpp 119 } else if (Function *Callee = CI->getCalledFunction()) {
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 37 Function *Callee = CI->getCalledFunction();
192 Function *Callee = CI->getCalledFunction();
LibCallAliasAnalysis.cpp 127 if (const Function *F = CS.getCalledFunction()) {
InlineCost.cpp 71 if (const Function *F = CS.getCalledFunction()) {
86 if (!isa<IntrinsicInst>(II) && !callIsSmall(CS.getCalledFunction())) {
430 bool isDirectCall = CS.getCalledFunction() == Callee;
474 return getInlineCost(CS, CS.getCalledFunction(), NeverInline);
573 Function *Callee = CS.getCalledFunction();
ProfileVerifierPass.cpp 182 FType *F = CI->getCalledFunction();
291 FType *F = CI->getCalledFunction();
304 FType *F = CI->getCalledFunction();
AliasAnalysis.cpp 201 if (const Function *F = CS.getCalledFunction())
BasicAliasAnalysis.cpp 815 CS.getCalledFunction() &&
816 CS.getCalledFunction()->getName() == "memset_pattern16") {
817 const Function *MS = CS.getCalledFunction();
    [all...]
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 262 if (ExistingNode->getFunction() == CS.getCalledFunction())
270 if (CheckingMode && CS.getCalledFunction() &&
280 if (Function *Callee = CS.getCalledFunction()) {
304 if (Function *Callee = CS.getCalledFunction()) {
GlobalsModRef.cpp 142 if (const Function* F = CS.getCalledFunction())
334 Function *F = CI->getCalledFunction();
556 if (const Function *F = CS.getCalledFunction())
CallGraph.cpp 152 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 136 if (!CI->getCalledFunction() ||
137 !CI->getCalledFunction()->getIntrinsicID())
334 if (Function *F = CI->getCalledFunction())
GCStrategy.cpp 238 if (Function *F = CI->getCalledFunction())
285 Function *F = CI->getCalledFunction();
SjLjEHPrepare.cpp 461 if (CI->getCalledFunction() == SelectorFn) {
464 } else if (CI->getCalledFunction() == ExceptionFn) {
466 } else if (CI->getCalledFunction() == StackRestoreFn) {
680 Constant *Callee = CI->getCalledFunction();
    [all...]
  /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/lib/Transforms/Scalar/
TailRecursionElimination.cpp 374 if (CI && CI->getCalledFunction() == F)
  /external/llvm/lib/VMCore/
AutoUpgrade.cpp 172 Function *F = CI->getCalledFunction();
434 switch (CI->getCalledFunction()->getIntrinsicID()) {
  /external/llvm/lib/Target/CBackend/
CBackend.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]

Completed in 462 milliseconds

1 2