Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp189 : GetAC(std::move(GetAssumptionCache)), in SampleProfileLoader()
265 std::function<AssumptionCache &(Function &)> GetAC; member in __anonf6fa5b320111::SampleProfileLoader
728 InlineCost Cost = getInlineCost(CS, Params, GetTTI(*CalledFunction), GetAC, in inlineCallInstruction()
735 InlineFunctionInfo IFI(nullptr, &GetAC); in inlineCallInstruction()
DPartialInlining.cpp202 std::function<AssumptionCache &(Function &)> *GetAC, in PartialInlinerImpl()
206 : GetAssumptionCache(GetAC), GetTTI(GTTI), GetBFI(GBFI), PSI(ProfSI) {} in PartialInlinerImpl()