Searched refs:ComputeFullInlineCost (Results 1 – 3 of 3) sorted by relevance
232 std::optional<bool> ComputeFullInlineCost; member
546 const bool ComputeFullInlineCost; member in __anoncf8652d10111::InlineCostCallAnalyzer1035 if (IgnoreThreshold || ComputeFullInlineCost) in shouldStop()1090 if (Cost >= Threshold && !ComputeFullInlineCost) in onAnalysisStart()1106 ComputeFullInlineCost(OptComputeFullInlineCost || in InlineCostCallAnalyzer()1107 Params.ComputeFullInlineCost || ORE || in InlineCostCallAnalyzer()
1410 Params.ComputeFullInlineCost = true; in shouldInlineCandidate()