Lines Matching refs:GetAssumptionCache

210   function_ref<AssumptionCache &(Function &)> GetAssumptionCache;  member in __anon9893a50b0111::CallAnalyzer
455 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in CallAnalyzer() argument
459 : TTI(TTI), GetAssumptionCache(GetAssumptionCache), GetBFI(GetBFI), in CallAnalyzer()
644 GetAssumptionCache, GetBFI, PSI, ORE, false); in onLoweredCall()
1002 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in InlineCostCallAnalyzer() argument
1007 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, PSI, ORE), in InlineCostCallAnalyzer()
1117 GetAssumptionCache, GetBFI, PSI, ORE, false, in onLoweredCall()
1237 function_ref<AssumptionCache &(Function &)> &GetAssumptionCache, in InlineCostFeaturesAnalyzer() argument
1241 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, PSI) {} in InlineCostFeaturesAnalyzer()
2608 CodeMetrics::collectEphemeralValues(&F, &GetAssumptionCache(F), EphValues); in analyze()
2783 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in getInlineCost() argument
2788 GetAssumptionCache, GetTLI, GetBFI, PSI, ORE); in getInlineCost()
2793 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in getInliningCostEstimate() argument
2808 GetAssumptionCache, GetBFI, PSI, ORE, true, in getInliningCostEstimate()
2818 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in getInliningCostFeatures() argument
2821 InlineCostFeaturesAnalyzer CFA(CalleeTTI, GetAssumptionCache, GetBFI, PSI, in getInliningCostFeatures()
2903 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in getInlineCost() argument
2922 GetAssumptionCache, GetBFI, PSI, ORE); in getInlineCost()
3091 std::function<AssumptionCache &(Function &)> GetAssumptionCache = in run() local
3113 GetAssumptionCache, nullptr, &PSI, &ORE); in run()