Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp530 const bool IgnoreThreshold; member in __anon9893a50b0111::InlineCostCallAnalyzer
927 if (IgnoreThreshold) in finalizeAnalysis()
937 if (IgnoreThreshold || ComputeFullInlineCost) in shouldStop()
1006 bool IgnoreThreshold = false) in InlineCostCallAnalyzer() argument
1012 BoostIndirectCalls(BoostIndirect), IgnoreThreshold(IgnoreThreshold), in InlineCostCallAnalyzer()