Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1143 bool wasDecidedByCostThreshold() const { return DecidedByCostThreshold; } in wasDecidedByCostThreshold() function in __anon463f3bdb0111::InlineCostCallAnalyzer
3089 if (CA.wasDecidedByCostThreshold()) in getInlineCost()