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.cpp1250 unsigned Degree = Block->getSuccs().size(); in topologicalSort()
1387 if (Block->getSuccs().empty()) in fillStats()
1391 for (const auto &Succ : Block->getSuccs()) in fillStats()
1449 BlockNumSuccsLeft[i] = Block->getSuccs().size(); in SIScheduleBlockScheduler()
1599 TryCand.NumSuccessors = TryCand.Block->getSuccs().size(); in pickBlock()
1665 for (const auto &Block : Parent->getSuccs()) { in releaseBlockSuccs()
H A DSIMachineScheduler.h121 getSuccs() const { return Succs; } in getSuccs() function