Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVN.cpp833 bool OutOfBudget = NumNewNewSpeculativelyAvailableBBs > MaxBBSpeculations; in IsValueFullyAvailableInBlock() local
837 if (OutOfBudget || pred_empty(CurrBB)) { in IsValueFullyAvailableInBlock()
838 MaxBBSpeculationCutoffReachedTimes += (int)OutOfBudget; in IsValueFullyAvailableInBlock()