Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp836 unsigned NumNewNewSpeculativelyAvailableBBs = 0; in IsValueFullyAvailableInBlock() local
867 ++NumNewNewSpeculativelyAvailableBBs; in IsValueFullyAvailableInBlock()
868 bool OutOfBudget = NumNewNewSpeculativelyAvailableBBs > MaxBBSpeculations; in IsValueFullyAvailableInBlock()
889 NumNewNewSpeculativelyAvailableBBs); in IsValueFullyAvailableInBlock()