Searched refs:DefSU (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp302 SUnit *DefSU = I->SU; local
303 if (DefSU == &ExitSU)
305 if (DefSU != SU &&
307 !DefSU->getInstr()->registerDefIsDead(*Alias))) {
309 DefSU->addPred(SDep(SU, Kind, /*Reg=*/*Alias));
313 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr()));
314 DefSU->addPred(Dep);
386 SUnit *DefSU = DefI->SU; local
387 if (DefSU != SU && DefSU !
427 SUnit *DefSU = getSUnit(Def); local
[all...]
H A DMachineScheduler.cpp795 const SUnit *DefSU = getSUnit(DefMI); local
796 if (!DefSU)
799 unsigned LiveOutHeight = DefSU->getHeight();
800 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency;
820 unsigned LiveInHeight = UI->SU->getHeight() + DefSU->Latency;
828 DEBUG(dbgs() << "Cyclic Path: SU(" << DefSU->NodeNum << ") -> SU("

Completed in 110 milliseconds