Searched refs:GetAssumptionCache (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp67 std::function<AssumptionCache &(Function &)> GetAssumptionCache = variable
71 return llvm::getInlineCost(CB, Params, TTI, GetAssumptionCache, GetTLI,
H A DAlwaysInliner.cpp41 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { local
80 /*cg=*/nullptr, GetAssumptionCache, &PSI,
H A DPartialInlining.cpp200 : GetAssumptionCache(GetAC), LookupAssumptionCache(LookupAC),
270 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; member in struct:__anon2855::PartialInlinerImpl
372 auto GetAssumptionCache = [&ACT](Function &F) -> AssumptionCache & { variable
388 return PartialInlinerImpl(GetAssumptionCache, LookupAssumptionCache, GetTTI,
789 getInlineCost(CB, getInlineParams(), CalleeTTI, GetAssumptionCache,
1435 InlineFunctionInfo IFI(nullptr, GetAssumptionCache, &PSI);
1532 auto GetAssumptionCache = [&FAM](Function &F) -> AssumptionCache & { local
1554 if (PartialInlinerImpl(GetAssumptionCache, LookupAssumptionCache, GetTTI,
H A DInliner.cpp299 std::function<AssumptionCache &(Function &)> GetAssumptionCache,
377 InlineFunctionInfo InlineInfo(&CG, GetAssumptionCache, PSI);
540 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { local
544 SCC, CG, GetAssumptionCache, PSI, GetTLI, InsertLifetime,
783 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & {
827 /*cg=*/nullptr, GetAssumptionCache, PSI,
298 inlineCallsImpl(CallGraphSCC &SCC, CallGraph &CG, std::function<AssumptionCache &(Function &)> GetAssumptionCache, ProfileSummaryInfo *PSI, std::function<const TargetLibraryInfo &(Function &)> GetTLI, bool InsertLifetime, function_ref<InlineCost(CallBase &CB)> GetInlineCost, function_ref<AAResults &(Function &)> AARGetter, ImportedFunctionsInliningStatistics &ImportedFunctionsStats) argument
H A DSampleProfile.cpp352 std::function<AssumptionCache &(Function &)> GetAssumptionCache,
356 GetAC(std::move(GetAssumptionCache)),
1979 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { local
1993 LTOPhase, GetAssumptionCache, GetTTI, GetTLI);
350 SampleProfileLoader( StringRef Name, StringRef RemapName, ThinOrFullLTOPhase LTOPhase, std::function<AssumptionCache &(Function &)> GetAssumptionCache, std::function<TargetTransformInfo &(Function &)> GetTargetTransformInfo, std::function<const TargetLibraryInfo &(Function &)> GetTLI) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineCost.h228 function_ref<AssumptionCache &(Function &)> GetAssumptionCache,
242 function_ref<AssumptionCache &(Function &)> GetAssumptionCache,
268 function_ref<AssumptionCache &(Function &)> GetAssumptionCache,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCloning.h197 function_ref<AssumptionCache &(Function &)> GetAssumptionCache = nullptr,
201 : CG(cg), GetAssumptionCache(GetAssumptionCache), PSI(PSI),
208 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; member in class:llvm::InlineFunctionInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp177 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; member in class:__anon1657::CallAnalyzer
415 function_ref<AssumptionCache &(Function &)> GetAssumptionCache,
419 : TTI(TTI), GetAssumptionCache(GetAssumptionCache), GetBFI(GetBFI),
563 GetAssumptionCache, GetBFI, PSI, ORE, false);
906 function_ref<AssumptionCache &(Function &)> GetAssumptionCache,
911 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, PSI, ORE),
2304 CodeMetrics::collectEphemeralValues(&F, &GetAssumptionCache(F), EphValues);
2475 function_ref<AssumptionCache &(Function &)> GetAssumptionCache,
2480 GetAssumptionCache, GetTL
413 CallAnalyzer( Function &Callee, CallBase &Call, const TargetTransformInfo &TTI, function_ref<AssumptionCache &(Function &)> GetAssumptionCache, function_ref<BlockFrequencyInfo &(Function &)> GetBFI = nullptr, ProfileSummaryInfo *PSI = nullptr, OptimizationRemarkEmitter *ORE = nullptr) argument
903 InlineCostCallAnalyzer( Function &Callee, CallBase &Call, const InlineParams &Params, const TargetTransformInfo &TTI, function_ref<AssumptionCache &(Function &)> GetAssumptionCache, function_ref<BlockFrequencyInfo &(Function &)> GetBFI = nullptr, ProfileSummaryInfo *PSI = nullptr, OptimizationRemarkEmitter *ORE = nullptr, bool BoostIndirect = true, bool IgnoreThreshold = false) argument
2473 getInlineCost( CallBase &Call, const InlineParams &Params, TargetTransformInfo &CalleeTTI, function_ref<AssumptionCache &(Function &)> GetAssumptionCache, function_ref<const TargetLibraryInfo &(Function &)> GetTLI, function_ref<BlockFrequencyInfo &(Function &)> GetBFI, ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE) argument
2483 getInliningCostEstimate( CallBase &Call, TargetTransformInfo &CalleeTTI, function_ref<AssumptionCache &(Function &)> GetAssumptionCache, function_ref<BlockFrequencyInfo &(Function &)> GetBFI, ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE) argument
2585 getInlineCost( CallBase &Call, Function *Callee, const InlineParams &Params, TargetTransformInfo &CalleeTTI, function_ref<AssumptionCache &(Function &)> GetAssumptionCache, function_ref<const TargetLibraryInfo &(Function &)> GetTLI, function_ref<BlockFrequencyInfo &(Function &)> GetBFI, ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE) argument
2775 std::function<AssumptionCache &(Function &)> GetAssumptionCache = [&]( local
[all...]
H A DMLInlineAdvisor.cpp179 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { local
210 llvm::getInliningCostEstimate(CB, TIR, GetAssumptionCache);
H A DInlineAdvisor.cpp84 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { local
100 return getInlineCost(CB, Params, CalleeTTI, GetAssumptionCache, GetTLI,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1270 if (!PreserveAlignmentAssumptions || !IFI.GetAssumptionCache)
1273 AssumptionCache *AC = &IFI.GetAssumptionCache(*CB.getCaller());
1416 IFI.GetAssumptionCache ? &IFI.GetAssumptionCache(*Caller) : nullptr;
1937 IFI.GetAssumptionCache ? &IFI.GetAssumptionCache(*Caller) : nullptr;
2048 if (IFI.GetAssumptionCache)
2053 IFI.GetAssumptionCache(*Caller).registerAssumption(II);
2636 IFI.GetAssumptionCache ? &IFI.GetAssumptionCache(*Calle
[all...]

Completed in 246 milliseconds