Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp573 const bool IgnoreThreshold; member in __anoncf8652d10111::InlineCostCallAnalyzer
1025 if (IgnoreThreshold) in finalizeAnalysis()
1035 if (IgnoreThreshold || ComputeFullInlineCost) in shouldStop()
1104 bool IgnoreThreshold = false) in InlineCostCallAnalyzer() argument
1110 BoostIndirectCalls(BoostIndirect), IgnoreThreshold(IgnoreThreshold), in InlineCostCallAnalyzer()