reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
278 SU = Top.pickOnlyChoice(); 279 if (!SU) { 284 SU = TopCand.SU; 288 SU = Bot.pickOnlyChoice(); 289 if (!SU) { 294 SU = BotCand.SU; 298 SU = pickNodeBidirectional(IsTopNode); 300 } while (SU->isScheduled); 302 if (SU->isTopReady()) 303 Top.removeReady(SU); 304 if (SU->isBottomReady()) 305 Bot.removeReady(SU); 307 LLVM_DEBUG(dbgs() << "Scheduling SU(" << SU->NodeNum << ") " 308 << *SU->getInstr()); 309 return SU;