Searched refs:ComputeFullInlineCost (Results 1 – 3 of 3) sorted by relevance
232 std::optional<bool> ComputeFullInlineCost; member
535 const bool ComputeFullInlineCost; member in __anon0e0437920111::InlineCostCallAnalyzer966 if (IgnoreThreshold || ComputeFullInlineCost) in shouldStop()1021 if (Cost >= Threshold && !ComputeFullInlineCost) in onAnalysisStart()1037 ComputeFullInlineCost(OptComputeFullInlineCost || in InlineCostCallAnalyzer()1038 Params.ComputeFullInlineCost || ORE || in InlineCostCallAnalyzer()
1366 Params.ComputeFullInlineCost = true; in shouldInlineCandidate()