HomeSort by: relevance | last modified time | path
    Searched defs:GetAssumptionCache (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
InlineSimple.cpp 67 std::function<AssumptionCache &(Function &)> GetAssumptionCache =
69 return ACT->getAssumptionCache(F);
71 return llvm::getInlineCost(CB, Params, TTI, GetAssumptionCache, GetTLI,
AlwaysInliner.cpp 41 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & {
80 /*cg=*/nullptr, GetAssumptionCache, &PSI,
Inliner.cpp 299 std::function<AssumptionCache &(Function &)> GetAssumptionCache,
377 InlineFunctionInfo InlineInfo(&CG, GetAssumptionCache, PSI);
540 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & {
541 return ACT->getAssumptionCache(F);
544 SCC, CG, GetAssumptionCache, PSI, GetTLI, InsertLifetime,
783 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & {
827 /*cg=*/nullptr, GetAssumptionCache, PSI,
PartialInlining.cpp 200 : GetAssumptionCache(GetAC), LookupAssumptionCache(LookupAC),
270 function_ref<AssumptionCache &(Function &)> GetAssumptionCache;
372 auto GetAssumptionCache = [&ACT](Function &F) -> AssumptionCache & {
373 return ACT->getAssumptionCache(F);
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 & {
1554 if (PartialInlinerImpl(GetAssumptionCache, LookupAssumptionCache, GetTTI,
SampleProfile.cpp 352 std::function<AssumptionCache &(Function &)> GetAssumptionCache,
356 GetAC(std::move(GetAssumptionCache)),
481 return ACT->getAssumptionCache(F);
1979 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & {
1993 LTOPhase, GetAssumptionCache, GetTTI, GetTLI);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
Cloning.h 197 function_ref<AssumptionCache &(Function &)> GetAssumptionCache = nullptr,
201 : CG(cg), GetAssumptionCache(GetAssumptionCache), PSI(PSI),
208 function_ref<AssumptionCache &(Function &)> GetAssumptionCache;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MLInlineAdvisor.cpp 179 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & {
210 llvm::getInliningCostEstimate(CB, TIR, GetAssumptionCache);
InlineAdvisor.cpp 84 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & {
100 return getInlineCost(CB, Params, CalleeTTI, GetAssumptionCache, GetTLI,
InlineCost.cpp 177 function_ref<AssumptionCache &(Function &)> GetAssumptionCache;
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, GetTLI, GetBFI, PSI, ORE)
    [all...]

Completed in 21 milliseconds