/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 280 Function *Caller = CS.getCaller(); in InlineCallIfPossible() 426 Function *Caller = CS.getCaller(); in shouldInline() 581 << NV("Caller", CS.getCaller()) in inlineCallsImpl() 621 Function *Caller = CS.getCaller(); in inlineCallsImpl() 941 << NV("Caller", CS.getCaller()) in run() 977 Function &F = *Calls[i].first.getCaller(); in run() 1025 for (; i < (int)Calls.size() && Calls[i].first.getCaller() == &F; ++i) { in run() 1069 &FAM.getResult<BlockFrequencyAnalysis>(*(CS.getCaller())), in run() 1123 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 | 115 Function *Caller = CS.getCaller(); in run()
|
D | PartialInlining.cpp | 774 Function *Caller = CS.getCaller(); in shouldPartialInline() 950 Function *Caller = CS.getCaller(); in computeCallsiteToProfCountMap() 1399 OptimizationRemarkEmitter CallerORE(CS.getCaller()); in tryPartialInline() 1407 << ore::NV("Caller", CS.getCaller()); in tryPartialInline()
|
D | WholeProgramDevirt.cpp | 322 Function *F = CS.getCaller(); in emitRemark() 1112 Attribute FSAttr = CS.getCaller()->getFnAttribute("target-features"); in applyICallBranchFunnel()
|
D | ArgumentPromotion.cpp | 853 const Function *Caller = CS.getCaller(); in areFunctionArgsABICompatible()
|
D | GlobalOpt.cpp | 2183 CallerBFI.getBlockFreq(&(CS.getCaller()->getEntryBlock())); in isColdCallSite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInline.cpp | 112 Function *Caller = CS.getCaller(); in getInlineThreshold() 179 Function *Caller = CS.getCaller(); in getInlineCost()
|
D | AMDGPUPropagateAttributes.cpp | 209 Function *Caller = CI->getCaller(); in process()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Statepoint.h | 147 FunTy *getCaller() const { return getCall()->getCaller(); } in getCaller() function
|
D | CallSite.h | 275 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } in getCaller() function 649 !NullPointerIsDefined(getCaller(), in isReturnNonNull()
|
D | InstrTypes.h | 1321 Function *getCaller(); 1322 const Function *getCaller() const { 1323 return const_cast<CallBase *>(this)->getCaller();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ProfileSummaryInfo.cpp | 351 return hasSampleProfile() && CS.getCaller()->hasProfileData(); in isColdCallSite()
|
D | InlineCost.cpp | 1102 CallerBFI->getBlockFreq(&(Call.getCaller()->getEntryBlock())); in isColdCallSite() 1142 Function *Caller = Call.getCaller(); in updateThreshold() 2150 Function *Caller = Call.getCaller(); in getInlineCost()
|
D | ConstantFolding.cpp | 1723 Call->getParent() ? Call->getCaller() : nullptr; in ConstantFoldScalarCall1()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1145 AssumptionCache *AC = &(*IFI.GetAssumptionCache)(*CS.getCaller()); in AddAlignmentAssumptions() 1146 auto &DL = CS.getCaller()->getParent()->getDataLayout(); in AddAlignmentAssumptions() 1158 DT.recalculate(*CS.getCaller()); in AddAlignmentAssumptions() 1184 const Function *Caller = CS.getCaller(); in UpdateCallGraphAfterInlining()
|
D | SimplifyLibCalls.cpp | 193 const Function *F = CI->getCaller(); in annotateDereferenceableBytes() 219 Function *F = CI->getCaller(); in annotateNonNullBasedOnAccess()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 1251 const DataLayout &DL = CS.getCaller()->getParent()->getDataLayout(); in processByValArgument()
|
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/ |
D | CHANGELOG.md | 416 - use getCaller() in both async and sync versions (([`20f8945`][])
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 259 Function *CallBase::getCaller() { return getParent()->getParent(); } in getCaller() function in CallBase 302 !NullPointerIsDefined(getCaller(), in isReturnNonNull()
|
D | Verifier.cpp | 4311 visitMetadataAsValue(*MD, Call.getCaller()); in visitIntrinsicCall()
|