Home
last modified time | relevance | path

Searched refs:IgnoreThreshold (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp471 const bool IgnoreThreshold; member in __anon797094460111::InlineCostCallAnalyzer
843 if (IgnoreThreshold || Cost < std::max(1, Threshold)) in finalizeAnalysis()
850 return !IgnoreThreshold && Cost >= Threshold && !ComputeFullInlineCost; in shouldStop()
910 bool IgnoreThreshold = false) in InlineCostCallAnalyzer() argument
916 BoostIndirectCalls(BoostIndirect), IgnoreThreshold(IgnoreThreshold), in InlineCostCallAnalyzer()