Searched refs:ComputeFullInlineCost (Results 1 – 3 of 3) sorted by relevance
180 Optional<bool> ComputeFullInlineCost; member
367 const bool ComputeFullInlineCost; member in __anonb860a6650111::InlineCostCallAnalyzer574 return Cost >= Threshold && !ComputeFullInlineCost; in shouldStop()620 if (Cost >= Threshold && !ComputeFullInlineCost) in onAnalysisStart()634 ComputeFullInlineCost(OptComputeFullInlineCost || in InlineCostCallAnalyzer()635 Params.ComputeFullInlineCost || ORE), in InlineCostCallAnalyzer()
896 Params.ComputeFullInlineCost = true; in inlineCallInstruction()