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