Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1240 unsigned Degree = Block->getSuccs().size(); in topologicalSort()
1377 if (Block->getSuccs().empty()) in fillStats()
1381 for (const auto &Succ : Block->getSuccs()) in fillStats()
1439 BlockNumSuccsLeft[i] = Block->getSuccs().size(); in SIScheduleBlockScheduler()
1587 TryCand.NumSuccessors = TryCand.Block->getSuccs().size(); in pickBlock()
1653 for (const auto &Block : Parent->getSuccs()) { in releaseBlockSuccs()
H A DSIMachineScheduler.h121 getSuccs() const { return Succs; } in getSuccs() function