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

References

lib/CodeGen/MachinePipeliner.cpp
 2645     if (!SU.hasPhysRegDefs)
lib/CodeGen/MachineScheduler.cpp
 3293     if (SU->hasPhysRegDefs)
lib/CodeGen/ScheduleDAGInstrs.cpp
  260         SU->hasPhysRegDefs = true;
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
 2528     bool LHasPhysReg = left->hasPhysRegDefs;
 2529     bool RHasPhysReg = right->hasPhysRegDefs;
 2993     if (PredSU->hasPhysRegDefs)
 3015       if (SU.hasPhysRegClobbers && PredSuccSU->hasPhysRegDefs)
 3101         if (SuccSU->hasPhysRegDefs && SU.hasPhysRegClobbers) {
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
   98   SU->hasPhysRegDefs = Old->hasPhysRegDefs;
   98   SU->hasPhysRegDefs = Old->hasPhysRegDefs;
  469           SU->hasPhysRegDefs = true;