Searched refs:ComputeFullInlineCost (Results 1 – 3 of 3) sorted by relevance
234 std::optional<bool> ComputeFullInlineCost; member
601 const bool ComputeFullInlineCost; member in __anon463f3bdb0111::InlineCostCallAnalyzer1140 if (IgnoreThreshold || ComputeFullInlineCost) in shouldStop()1195 if (Cost >= Threshold && !ComputeFullInlineCost) in onAnalysisStart()1215 ComputeFullInlineCost(OptComputeFullInlineCost || in InlineCostCallAnalyzer()1216 Params.ComputeFullInlineCost || ORE || in InlineCostCallAnalyzer()
1362 Params.ComputeFullInlineCost = true; in shouldInlineCandidate()