Lines Matching refs:GetAssumptionCache
247 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; member in __anoncf8652d10111::CallAnalyzer
496 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in CallAnalyzer() argument
500 : TTI(TTI), GetAssumptionCache(GetAssumptionCache), GetBFI(GetBFI), in CallAnalyzer()
690 GetAssumptionCache, GetBFI, PSI, ORE, false); in onLoweredCall()
1100 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in InlineCostCallAnalyzer() argument
1105 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, PSI, ORE), in InlineCostCallAnalyzer()
1222 GetAssumptionCache, GetBFI, PSI, ORE, false, in onLoweredCall()
1344 function_ref<AssumptionCache &(Function &)> &GetAssumptionCache, in InlineCostFeaturesAnalyzer() argument
1348 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, PSI) {} in InlineCostFeaturesAnalyzer()
2749 CodeMetrics::collectEphemeralValues(&F, &GetAssumptionCache(F), EphValues); in analyze()
2929 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in getInlineCost() argument
2934 GetAssumptionCache, GetTLI, GetBFI, PSI, ORE); in getInlineCost()
2939 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in getInliningCostEstimate() argument
2954 GetAssumptionCache, GetBFI, PSI, ORE, true, in getInliningCostEstimate()
2964 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in getInliningCostFeatures() argument
2967 InlineCostFeaturesAnalyzer CFA(CalleeTTI, GetAssumptionCache, GetBFI, PSI, in getInliningCostFeatures()
3049 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in getInlineCost() argument
3068 GetAssumptionCache, GetBFI, PSI, ORE); in getInlineCost()
3238 std::function<AssumptionCache &(Function &)> GetAssumptionCache = in run() local
3260 GetAssumptionCache, nullptr, &PSI, &ORE); in run()