Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DepSU

2935     SUnit *DepSU = I->getSUnit();
2936 if (isTop ? DepSU->Succs.size() > 1 : DepSU->Preds.size() > 1)
2938 MachineInstr *Copy = DepSU->getInstr();