Lines Matching refs:GetAssumptionCache
181 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; member in __anondb71d90f0111::CallAnalyzer
418 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in CallAnalyzer() argument
422 : TTI(TTI), GetAssumptionCache(GetAssumptionCache), GetBFI(GetBFI), in CallAnalyzer()
588 GetAssumptionCache, GetBFI, PSI, ORE, false); in onLoweredCall()
921 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in InlineCostCallAnalyzer() argument
926 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, PSI, ORE), in InlineCostCallAnalyzer()
1033 GetAssumptionCache, GetBFI, PSI, ORE, false, in onLoweredCall()
1149 function_ref<AssumptionCache &(Function &)> &GetAssumptionCache, in InlineCostFeaturesAnalyzer() argument
1153 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, PSI) {} in InlineCostFeaturesAnalyzer()
2522 CodeMetrics::collectEphemeralValues(&F, &GetAssumptionCache(F), EphValues); in analyze()
2691 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in getInlineCost() argument
2696 GetAssumptionCache, GetTLI, GetBFI, PSI, ORE); in getInlineCost()
2701 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in getInliningCostEstimate() argument
2716 GetAssumptionCache, GetBFI, PSI, ORE, true, in getInliningCostEstimate()
2726 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in getInliningCostFeatures() argument
2729 InlineCostFeaturesAnalyzer CFA(CalleeTTI, GetAssumptionCache, GetBFI, PSI, in getInliningCostFeatures()
2817 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in getInlineCost() argument
2836 GetAssumptionCache, GetBFI, PSI, ORE); in getInlineCost()
3005 std::function<AssumptionCache &(Function &)> GetAssumptionCache = in run() local
3027 GetAssumptionCache, nullptr, &PSI, &ORE); in run()