Searched refs:IgnoreThreshold (Results 1 – 1 of 1) sorted by relevance
471 const bool IgnoreThreshold; member in __anon797094460111::InlineCostCallAnalyzer843 if (IgnoreThreshold || Cost < std::max(1, Threshold)) in finalizeAnalysis()850 return !IgnoreThreshold && Cost >= Threshold && !ComputeFullInlineCost; in shouldStop()910 bool IgnoreThreshold = false) in InlineCostCallAnalyzer() argument916 BoostIndirectCalls(BoostIndirect), IgnoreThreshold(IgnoreThreshold), in InlineCostCallAnalyzer()