/external/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 82 Function *Caller = CS.getCaller(); in InlineCallIfPossible() 226 Function *Caller = CS.getCaller(); in emitAnalysis() 322 Function *Caller = CS.getCaller(); in shouldInline() 342 CS.getCaller()->getName() + " in other contexts")); in shouldInline() 351 CS.getCaller()->getName() + " with cost=" + Twine(IC.getCost()) + in shouldInline() 454 Function *Caller = CS.getCaller(); in inlineCalls()
|
D | WholeProgramDevirt.cpp | 220 Function *F = CS.getCaller(); in emitRemark()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 272 Function *Caller = CS.getCaller(); in InlineCallIfPossible() 379 Function *Caller = CS.getCaller(); in shouldInline() 516 << NV("Caller", CS.getCaller()) in inlineCallsImpl() 556 Function *Caller = CS.getCaller(); in inlineCallsImpl() 871 << NV("Caller", CS.getCaller()) in run() 907 Function &F = *Calls[i].first.getCaller(); in run() 949 for (; i < (int)Calls.size() && Calls[i].first.getCaller() == &F; ++i) { in run() 981 &FAM.getResult<BlockFrequencyAnalysis>(*(CS.getCaller())), in run() 1045 return Call.first.getCaller() == &Callee; in run()
|
D | InlineSimple.cpp | 60 const auto &BBs = CS.getCaller()->getBasicBlockList(); in getInlineCost() 66 OptimizationRemarkEmitter ORE(CS.getCaller()); in getInlineCost()
|
D | SyntheticCountsPropagation.cpp | 113 Function *Caller = CS.getCaller(); in run()
|
D | PartialInlining.cpp | 764 Function *Caller = CS.getCaller(); in shouldPartialInline() 940 Function *Caller = CS.getCaller(); in computeCallsiteToProfCountMap() 1381 OptimizationRemarkEmitter CallerORE(CS.getCaller()); in tryPartialInline() 1389 << ore::NV("Caller", CS.getCaller()); in tryPartialInline()
|
D | WholeProgramDevirt.cpp | 286 Function *F = CS.getCaller(); in emitRemark() 888 Attribute FSAttr = CS.getCaller()->getFnAttribute("target-features"); in applyICallBranchFunnel()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | Inliner.cpp | 80 Function *Caller = CS.getCaller(); in InlineCallIfPossible() 201 Function *Caller = CS.getCaller(); in getInlineThreshold() 234 Function *Caller = CS.getCaller(); in shouldInline() 404 Function *Caller = CS.getCaller(); in runOnSCC()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInline.cpp | 107 Function *Caller = CS.getCaller(); in getInlineThreshold() 174 Function *Caller = CS.getCaller(); in getInlineCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ProfileSummaryInfo.cpp | 266 (CS.getCaller()->hasProfileData() || ProfileSampleAccurate || in isColdCallSite() 267 CS.getCaller()->hasFnAttribute("profile-sample-accurate"))); in isColdCallSite()
|
D | InlineCost.cpp | 813 CallerBFI->getBlockFreq(&(CS.getCaller()->getEntryBlock())); in isColdCallSite() 852 Function *Caller = CS.getCaller(); in updateThreshold() 1990 Function *Caller = CS.getCaller(); in getInlineCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Statepoint.h | 156 FunTy *getCaller() const { return getCallSite().getCaller(); } in getCaller() function
|
D | CallSite.h | 267 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } in getCaller() function 640 !NullPointerIsDefined(getCaller(), in isReturnNonNull()
|
/external/llvm/include/llvm/IR/ |
D | Statepoint.h | 136 FunTy *getCaller() const { return getCallSite().getCaller(); } in getCaller() function
|
D | CallSite.h | 242 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } in getCaller() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CallSite.h | 154 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } in getCaller() function
|
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 622 Function *Caller = CS.getCaller(); in updateThreshold() 1488 if (!functionsHaveCompatibleAttributes(CS.getCaller(), Callee, CalleeTTI)) in getInlineCost() 1492 if (CS.getCaller()->hasFnAttribute(Attribute::OptimizeNone)) in getInlineCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1139 AssumptionCache *AC = &(*IFI.GetAssumptionCache)(*CS.getCaller()); in AddAlignmentAssumptions() 1140 auto &DL = CS.getCaller()->getParent()->getDataLayout(); in AddAlignmentAssumptions() 1152 DT.recalculate(*CS.getCaller()); in AddAlignmentAssumptions() 1178 const Function *Caller = CS.getCaller(); in UpdateCallGraphAfterInlining()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporterVisitors.cpp | 360 CallEventRef<> Call = CallMgr.getCaller(StackFrame, State); in visitNodeMaybeUnsuppress() 515 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(), in VisitNode() 1659 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
|
D | ExprEngineCallAndReturn.cpp | 242 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit()
|
D | CallEvent.cpp | 1058 CallEventManager::getCaller(const StackFrameContext *CalleeCtx, in getCaller() function in CallEventManager
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 579 const Decl *getCaller() const { return Caller; } in getCaller() function
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1058 auto &DL = CS.getCaller()->getParent()->getDataLayout(); in AddAlignmentAssumptions() 1081 &IFI.ACT->getAssumptionCache(*CS.getCaller()), in AddAlignmentAssumptions()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 1048 getCaller(const StackFrameContext *CalleeCtx, ProgramStateRef State);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 1317 const DataLayout &DL = CS.getCaller()->getParent()->getDataLayout(); in processByValArgument()
|