Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h343 std::vector<unsigned> BlockNumSuccsLeft; variable
H A DSIMachineScheduler.cpp1452 BlockNumSuccsLeft.resize(Blocks.size()); in SIScheduleBlockScheduler()
1457 BlockNumSuccsLeft[i] = Block->getSuccs().size(); in SIScheduleBlockScheduler()