Searched refs:BlockNumPredsLeft (Results 1 – 2 of 2) sorted by relevance
1433 BlockNumPredsLeft.resize(Blocks.size()); in SIScheduleBlockScheduler()1438 BlockNumPredsLeft[i] = Block->getPreds().size(); in SIScheduleBlockScheduler()1492 if (BlockNumPredsLeft[i] == 0) { in SIScheduleBlockScheduler()1654 if (--BlockNumPredsLeft[Block.first->getID()] == 0) in releaseBlockSuccs()
342 std::vector<unsigned> BlockNumPredsLeft; variable