Home
last modified time | relevance | path

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

/netbsd/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), in CG()
208 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; variable
/netbsd/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/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp67 std::function<AssumptionCache &(Function &)> GetAssumptionCache = in getInlineCost() local
71 return llvm::getInlineCost(CB, Params, TTI, GetAssumptionCache, GetTLI, in getInlineCost()
H A DInliner.cpp299 std::function<AssumptionCache &(Function &)> GetAssumptionCache, in inlineCallsImpl() argument
377 InlineFunctionInfo InlineInfo(&CG, GetAssumptionCache, PSI); in inlineCallsImpl()
540 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { in inlineCalls() local
544 SCC, CG, GetAssumptionCache, PSI, GetTLI, InsertLifetime, in inlineCalls()
783 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { in run() local
827 /*cg=*/nullptr, GetAssumptionCache, PSI, in run()
H A DAlwaysInliner.cpp41 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { in run() local
80 /*cg=*/nullptr, GetAssumptionCache, &PSI, in run()
H A DPartialInlining.cpp200 : GetAssumptionCache(GetAC), LookupAssumptionCache(LookupAC), in PartialInlinerImpl()
270 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; member
372 auto GetAssumptionCache = [&ACT](Function &F) -> AssumptionCache & { in runOnModule() local
388 return PartialInlinerImpl(GetAssumptionCache, LookupAssumptionCache, GetTTI, in runOnModule()
789 getInlineCost(CB, getInlineParams(), CalleeTTI, GetAssumptionCache, in shouldPartialInline()
1435 InlineFunctionInfo IFI(nullptr, GetAssumptionCache, &PSI); in tryPartialInline()
1532 auto GetAssumptionCache = [&FAM](Function &F) -> AssumptionCache & { in run() local
1554 if (PartialInlinerImpl(GetAssumptionCache, LookupAssumptionCache, GetTTI, in run()
H A DSampleProfile.cpp352 std::function<AssumptionCache &(Function &)> GetAssumptionCache, in SampleProfileLoader() argument
356 GetAC(std::move(GetAssumptionCache)), in SampleProfileLoader()
1979 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { in run() local
1993 LTOPhase, GetAssumptionCache, GetTTI, GetTLI); in run()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp177 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; member in __anon2e965c1c0111::CallAnalyzer
415 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in CallAnalyzer() argument
419 : TTI(TTI), GetAssumptionCache(GetAssumptionCache), GetBFI(GetBFI), in CallAnalyzer()
906 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in InlineCostCallAnalyzer() argument
2475 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in getInlineCost() argument
2480 GetAssumptionCache, GetTLI, GetBFI, PSI, ORE); in getInlineCost()
2485 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in getInliningCostEstimate() argument
2500 GetAssumptionCache, GetBFI, PSI, ORE, true, in getInliningCostEstimate()
2588 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in getInlineCost() argument
2607 GetAssumptionCache, GetBFI, PSI, ORE); in getInlineCost()
[all …]
H A DMLInlineAdvisor.cpp179 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { in getAdviceImpl() local
210 llvm::getInliningCostEstimate(CB, TIR, GetAssumptionCache); in getAdviceImpl()
H A DInlineAdvisor.cpp84 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { in getDefaultInlineAdvice() local
100 return getInlineCost(CB, Params, CalleeTTI, GetAssumptionCache, GetTLI, in getDefaultInlineAdvice()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1270 if (!PreserveAlignmentAssumptions || !IFI.GetAssumptionCache) in AddAlignmentAssumptions()
1273 AssumptionCache *AC = &IFI.GetAssumptionCache(*CB.getCaller()); in AddAlignmentAssumptions()
1416 IFI.GetAssumptionCache ? &IFI.GetAssumptionCache(*Caller) : nullptr; in HandleByValArgument()
1937 IFI.GetAssumptionCache ? &IFI.GetAssumptionCache(*Caller) : nullptr; in InlineFunction()
2048 if (IFI.GetAssumptionCache) in InlineFunction()
2053 IFI.GetAssumptionCache(*Caller).registerAssumption(II); in InlineFunction()
2636 IFI.GetAssumptionCache ? &IFI.GetAssumptionCache(*Caller) : nullptr; in InlineFunction()