Searched refs:getSuccs (Results 1 – 2 of 2) sorted by relevance
1250 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()
121 getSuccs() const { return Succs; } in getSuccs() function