Searched refs:IgnoreThreshold (Results 1 – 1 of 1) sorted by relevance
493 const bool IgnoreThreshold; member in __anondb71d90f0111::InlineCostCallAnalyzer858 if (IgnoreThreshold || Cost < std::max(1, Threshold)) in finalizeAnalysis()865 return !IgnoreThreshold && Cost >= Threshold && !ComputeFullInlineCost; in shouldStop()925 bool IgnoreThreshold = false) in InlineCostCallAnalyzer() argument931 BoostIndirectCalls(BoostIndirect), IgnoreThreshold(IgnoreThreshold), in InlineCostCallAnalyzer()