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

References

lib/CodeGen/MachineScheduler.cpp
  958       if (UI->SU == &SU)
 1112         SUnit &SU = *V2SU.SU;
 1144         SUnit *SU = V2SU.SU;
 1341       SUnit *SU = V2SU.SU;
lib/CodeGen/ScheduleDAGInstrs.cpp
  437         SUnit *UseSU = I->SU;
  474     SUnit *DefSU = V2SU.SU;
  492     V2SU.SU = SU;
  525     if (V2SU.SU == SU)
  528     V2SU.SU->addPred(SDep(SU, SDep::Anti, Reg));