Searched refs:getReadySuccessors (Results 1 – 1 of 1) sorted by relevance
62 int getReadySuccessors(const SUnit *SU) const;86 int GCNMinRegScheduler::getReadySuccessors(const SUnit *SU) const { in getReadySuccessors() function in GCNMinRegScheduler104 return SU->Succs.size() - getReadySuccessors(SU); in getNotReadySuccessors()158 auto Res = getReadySuccessors(SU); in pickCandidate()259 if (getReadySuccessors(SU) == 0) in schedule()