Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DefSU

311       SUnit *DefSU = I->SU;
312 if (DefSU == &ExitSU)
314 if (DefSU != SU &&
316 !DefSU->getInstr()->registerDefIsDead(*Alias))) {
318 DefSU->addPred(SDep(SU, Kind, /*Reg=*/*Alias));
322 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr()));
323 DefSU->addPred(Dep);
397 SUnit *DefSU = DefI->SU;
398 if (DefSU != SU && DefSU != &ExitSU) {
401 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr()));
402 DefSU->addPred(Dep);
438 SUnit *DefSU = getSUnit(Def);
439 if (DefSU) {
442 SDep dep(DefSU, SDep::Data, Reg);
449 ST.adjustSchedDependency(DefSU, SU, const_cast<SDep &>(dep));