Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp759 bool OutOfBudget = NumNewNewSpeculativelyAvailableBBs > MaxBBSpeculations; in IsValueFullyAvailableInBlock() local
763 if (OutOfBudget || pred_empty(CurrBB)) { in IsValueFullyAvailableInBlock()
764 MaxBBSpeculationCutoffReachedTimes += (int)OutOfBudget; in IsValueFullyAvailableInBlock()