Searched refs:GetAC (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionSpecialization.h | 263 std::function<AssumptionCache &(Function &)> GetAC; variable 277 std::function<AssumptionCache &(Function &)> GetAC) in FunctionSpecializer() argument 279 GetTTI(GetTTI), GetAC(GetAC) {} in FunctionSpecializer()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 114 std::function<AssumptionCache &(Function &)> GetAC, in runIPSCCP() argument 120 GetAC); in runIPSCCP() 129 AssumptionCache &AC = GetAC(F); in runIPSCCP() 392 auto GetAC = [&FAM](Function &F) -> AssumptionCache & { in run() local 403 if (!runIPSCCP(M, DL, &FAM, GetTLI, GetTTI, GetAC, GetDT, GetBFI, in run()
|
| H A D | SampleProfile.cpp | 476 GetAC(std::move(GetAssumptionCache)), in SampleProfileLoader() 542 std::function<AssumptionCache &(Function &)> GetAC; member in __anon3721952d0111::SampleProfileLoader 1001 GetAC, GetTLI); in shouldInlineColdCallee() 1254 InlineFunctionInfo IFI(GetAC); in tryInlineCandidate() 1371 GetTTI(*Callee), GetAC, GetTLI); in shouldInlineCandidate()
|
| H A D | FunctionSpecialization.cpp | 641 CodeMetrics::collectEphemeralValues(&F, &GetAC(F), EphValues); in run() 1022 getInlineCost(*CS, CalledFunction, Params, CalleeTTI, GetAC, GetTLI); in getInliningBonus()
|
| H A D | PartialInlining.cpp | 190 function_ref<AssumptionCache &(Function &)> GetAC, in PartialInlinerImpl() 196 : GetAssumptionCache(GetAC), LookupAssumptionCache(LookupAC), in PartialInlinerImpl()
|