Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h348 std::vector<unsigned> BlockNumSuccsLeft; variable
H A DSIMachineScheduler.cpp1494 BlockNumSuccsLeft.resize(Blocks.size()); in SIScheduleBlockScheduler()
1499 BlockNumSuccsLeft[i] = Block->getSuccs().size(); in SIScheduleBlockScheduler()