Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp356 GetAC(std::move(GetAssumptionCache)), in SampleProfileLoader()
407 std::function<AssumptionCache &(Function &)> GetAC; member in __anon1e220fe30111::SampleProfileLoader
931 GetAC, GetTLI); in shouldInlineColdCallee()
1182 InlineFunctionInfo IFI(nullptr, GetAC); in tryInlineCandidate()
1284 GetTTI(*Callee), GetAC, GetTLI); in shouldInlineCandidate()
H A DPartialInlining.cpp194 function_ref<AssumptionCache &(Function &)> GetAC, in PartialInlinerImpl()
200 : GetAssumptionCache(GetAC), LookupAssumptionCache(LookupAC), in PartialInlinerImpl()