Searched refs:nextDep (Results 1 – 2 of 2) sorted by relevance
586 size_t nextDep = bbNext->loopDepth - headDep; in LoopExitCount() local587 ASSERT(bb->loopDepth >= nextDep); in LoopExitCount()588 return bb->loopDepth > nextDep; in LoopExitCount()
1126 size_t nextDep = bbNext.loopDepth - headDep; in LoopExitCount() local1127 ASSERT(bb.loopDepth >= nextDep); in LoopExitCount()1128 return bb.loopDepth > nextDep; in LoopExitCount()