Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h338 std::vector<unsigned> BlockNumSuccsLeft; variable
H A DSIMachineScheduler.cpp1346 BlockNumSuccsLeft.resize(Blocks.size()); in SIScheduleBlockScheduler()
1351 BlockNumSuccsLeft[i] = Block->getSuccs().size(); in SIScheduleBlockScheduler()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h346 std::vector<unsigned> BlockNumSuccsLeft; variable
H A DSIMachineScheduler.cpp1485 BlockNumSuccsLeft.resize(Blocks.size()); in SIScheduleBlockScheduler()
1490 BlockNumSuccsLeft[i] = Block->getSuccs().size(); in SIScheduleBlockScheduler()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()