reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonMachineScheduler.cpp
  953     SU = Top.pickOnlyChoice();
  954     if (!SU) {
  960       SU = TopCand.SU;
  964     SU = Bot.pickOnlyChoice();
  965     if (!SU) {
  971       SU = BotCand.SU;
  975     SU = pickNodeBidrectional(IsTopNode);
  977   if (SU->isTopReady())
  978     Top.removeReady(SU);
  979   if (SU->isBottomReady())
  980     Bot.removeReady(SU);
  986              DAG->dumpNode(*SU));
  987   return SU;