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