Searched refs:ComputeFullInlineCost (Results 1 – 3 of 3) sorted by relevance
187 Optional<bool> ComputeFullInlineCost; member
447 const bool ComputeFullInlineCost; member in __anon797094460111::InlineCostCallAnalyzer850 return !IgnoreThreshold && Cost >= Threshold && !ComputeFullInlineCost; in shouldStop()896 if (Cost >= Threshold && !ComputeFullInlineCost) in onAnalysisStart()912 ComputeFullInlineCost(OptComputeFullInlineCost || in InlineCostCallAnalyzer()913 Params.ComputeFullInlineCost || ORE || in InlineCostCallAnalyzer()
1276 Params.ComputeFullInlineCost = true; in shouldInlineCandidate()