Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h344 std::vector<unsigned> BlockNumSuccsLeft; variable
H A DSIMachineScheduler.cpp1467 BlockNumSuccsLeft.resize(Blocks.size()); in SIScheduleBlockScheduler()
1472 BlockNumSuccsLeft[i] = Block->getSuccs().size(); in SIScheduleBlockScheduler()