Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp202 : GetAC(std::move(GetAssumptionCache)), in SampleProfileLoader()
279 std::function<AssumptionCache &(Function &)> GetAC; member in __anon696b38bd0111::SampleProfileLoader
748 InlineCost Cost = getInlineCost(CS, Params, GetTTI(*CalledFunction), GetAC, in inlineCallInstruction()
755 InlineFunctionInfo IFI(nullptr, &GetAC); in inlineCallInstruction()
H A DPartialInlining.cpp202 std::function<AssumptionCache &(Function &)> *GetAC, in PartialInlinerImpl()
206 : GetAssumptionCache(GetAC), GetTTI(GTTI), GetBFI(GBFI), PSI(ProfSI) {} in PartialInlinerImpl()