Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DefSU

1144     const SUnit *DefSU = getSUnit(DefMI);
1145 if (!DefSU)
1148 unsigned LiveOutHeight = DefSU->getHeight();
1149 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency;
1169 unsigned LiveInHeight = UI->SU->getHeight() + DefSU->Latency;
1177 DEBUG(dbgs() << "Cyclic Path: SU(" << DefSU->NodeNum << ") -> SU("