Searched refs:getReadySuccessors (Results 1 – 1 of 1) sorted by relevance
68 int getReadySuccessors(const SUnit *SU) const;92 int GCNMinRegScheduler::getReadySuccessors(const SUnit *SU) const { in getReadySuccessors() function in GCNMinRegScheduler110 return SU->Succs.size() - getReadySuccessors(SU); in getNotReadySuccessors()164 auto Res = getReadySuccessors(SU); in pickCandidate()266 if (getReadySuccessors(SU) == 0) in schedule()