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.cpp900 unsigned NumNewNewSpeculativelyAvailableBBs = 0; in IsValueFullyAvailableInBlock() local
931 ++NumNewNewSpeculativelyAvailableBBs; in IsValueFullyAvailableInBlock()
932 bool OutOfBudget = NumNewNewSpeculativelyAvailableBBs > MaxBBSpeculations; in IsValueFullyAvailableInBlock()
953 NumNewNewSpeculativelyAvailableBBs); in IsValueFullyAvailableInBlock()