Home
last modified time | relevance | path

Searched refs:BlockNumPredsLeft (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h342 std::vector<unsigned> BlockNumPredsLeft; variable
H A DSIMachineScheduler.cpp1451 BlockNumPredsLeft.resize(Blocks.size()); in SIScheduleBlockScheduler()
1456 BlockNumPredsLeft[i] = Block->getPreds().size(); in SIScheduleBlockScheduler()
1510 if (BlockNumPredsLeft[i] == 0) { in SIScheduleBlockScheduler()
1674 if (--BlockNumPredsLeft[Block.first->getID()] == 0) in releaseBlockSuccs()