reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3217 SU = Top.pickOnlyChoice(); 3218 if (!SU) { 3224 SU = TopCand.SU; 3228 SU = Bot.pickOnlyChoice(); 3229 if (!SU) { 3235 SU = BotCand.SU; 3239 SU = pickNodeBidirectional(IsTopNode); 3241 } while (SU->isScheduled); 3243 if (SU->isTopReady()) 3244 Top.removeReady(SU); 3245 if (SU->isBottomReady()) 3246 Bot.removeReady(SU); 3248 LLVM_DEBUG(dbgs() << "Scheduling SU(" << SU->NodeNum << ") " 3249 << *SU->getInstr()); 3250 return SU;