Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp551 bool DecidedByCostThreshold = false; member in __anon9893a50b0111::InlineCostCallAnalyzer
930 DecidedByCostThreshold = true; in finalizeAnalysis()
943 DecidedByCostThreshold = true; in shouldStop()
1038 bool wasDecidedByCostThreshold() const { return DecidedByCostThreshold; } in wasDecidedByCostThreshold()