Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVN.cpp755 bool OutOfBudget = NumNewNewSpeculativelyAvailableBBs > MaxBBSpeculations; in IsValueFullyAvailableInBlock() local
759 if (OutOfBudget || pred_empty(CurrBB)) { in IsValueFullyAvailableInBlock()
760 MaxBBSpeculationCutoffReachedTimes += (int)OutOfBudget; in IsValueFullyAvailableInBlock()