Searched refs:GetAC (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp316 : GetAC(std::move(GetAssumptionCache)),
405 std::function<AssumptionCache &(Function &)> GetAC; member in class:__anon4552::SampleProfileLoader
914 getInlineCost(CB, Params, GetTTI(*CalledFunction), GetAC, GetTLI);
920 InlineFunctionInfo IFI(nullptr, GetAC);
939 GetAC, GetTLI);
H A DPartialInlining.cpp201 function_ref<AssumptionCache &(Function &)> GetAC,
207 : GetAssumptionCache(GetAC), LookupAssumptionCache(LookupAC),
200 PartialInlinerImpl( function_ref<AssumptionCache &(Function &)> GetAC, function_ref<AssumptionCache *(Function &)> LookupAC, function_ref<TargetTransformInfo &(Function &)> GTTI, function_ref<const TargetLibraryInfo &(Function &)> GTLI, ProfileSummaryInfo &ProfSI, function_ref<BlockFrequencyInfo &(Function &)> GBFI = nullptr) argument

Completed in 168 milliseconds