Searched refs:getReadySuccessors (Results 1 – 1 of 1) sorted by relevance
69 int getReadySuccessors(const SUnit *SU) const;93 int GCNMinRegScheduler::getReadySuccessors(const SUnit *SU) const { in getReadySuccessors() function in GCNMinRegScheduler111 return SU->Succs.size() - getReadySuccessors(SU); in getNotReadySuccessors()165 auto Res = getReadySuccessors(SU); in pickCandidate()267 if (getReadySuccessors(SU) == 0) in schedule()