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