Home
last modified time | relevance | path

Searched refs:getCaller (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp280 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()
DInlineSimple.cpp60 const auto &BBs = CS.getCaller()->getBasicBlockList(); in getInlineCost()
66 OptimizationRemarkEmitter ORE(CS.getCaller()); in getInlineCost()
DSyntheticCountsPropagation.cpp115 Function *Caller = CS.getCaller(); in run()
DPartialInlining.cpp774 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()
DWholeProgramDevirt.cpp322 Function *F = CS.getCaller(); in emitRemark()
1112 Attribute FSAttr = CS.getCaller()->getFnAttribute("target-features"); in applyICallBranchFunnel()
DArgumentPromotion.cpp853 const Function *Caller = CS.getCaller(); in areFunctionArgsABICompatible()
DGlobalOpt.cpp2183 CallerBFI.getBlockFreq(&(CS.getCaller()->getEntryBlock())); in isColdCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp112 Function *Caller = CS.getCaller(); in getInlineThreshold()
179 Function *Caller = CS.getCaller(); in getInlineCost()
DAMDGPUPropagateAttributes.cpp209 Function *Caller = CI->getCaller(); in process()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DStatepoint.h147 FunTy *getCaller() const { return getCall()->getCaller(); } in getCaller() function
DCallSite.h275 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } in getCaller() function
649 !NullPointerIsDefined(getCaller(), in isReturnNonNull()
DInstrTypes.h1321 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/
DProfileSummaryInfo.cpp351 return hasSampleProfile() && CS.getCaller()->hasProfileData(); in isColdCallSite()
DInlineCost.cpp1102 CallerBFI->getBlockFreq(&(Call.getCaller()->getEntryBlock())); in isColdCallSite()
1142 Function *Caller = Call.getCaller(); in updateThreshold()
2150 Function *Caller = Call.getCaller(); in getInlineCost()
DConstantFolding.cpp1723 Call->getParent() ? Call->getCaller() : nullptr; in ConstantFoldScalarCall1()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1145 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()
DSimplifyLibCalls.cpp193 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/
DMemCpyOptimizer.cpp1251 const DataLayout &DL = CS.getCaller()->getParent()->getDataLayout(); in processByValArgument()
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/
DCHANGELOG.md416 - use getCaller() in both async and sync versions (([`20f8945`][])
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp259 Function *CallBase::getCaller() { return getParent()->getParent(); } in getCaller() function in CallBase
302 !NullPointerIsDefined(getCaller(), in isReturnNonNull()
DVerifier.cpp4311 visitMetadataAsValue(*MD, Call.getCaller()); in visitIntrinsicCall()