Searched refs:ComputeFullInlineCost (Results 1 – 3 of 3) sorted by relevance
212 Optional<bool> ComputeFullInlineCost; member
469 const bool ComputeFullInlineCost; member in __anondb71d90f0111::InlineCostCallAnalyzer865 return !IgnoreThreshold && Cost >= Threshold && !ComputeFullInlineCost; in shouldStop()911 if (Cost >= Threshold && !ComputeFullInlineCost) in onAnalysisStart()927 ComputeFullInlineCost(OptComputeFullInlineCost || in InlineCostCallAnalyzer()928 Params.ComputeFullInlineCost || ORE || in InlineCostCallAnalyzer()
1277 Params.ComputeFullInlineCost = true; in shouldInlineCandidate()