Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInlineCost.cpp583 bool DecidedByCostThreshold = false; member in __anon66fc65d70111::InlineCostCallAnalyzer
959 DecidedByCostThreshold = true; in finalizeAnalysis()
972 DecidedByCostThreshold = true; in shouldStop()
1068 bool wasDecidedByCostThreshold() const { return DecidedByCostThreshold; } in wasDecidedByCostThreshold()