Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp306 SUnit *DefSU = I->SU; in addPhysRegDeps() local
307 if (DefSU == &ExitSU) in addPhysRegDeps()
309 if (DefSU != SU && in addPhysRegDeps()
311 !DefSU->getInstr()->registerDefIsDead(*Alias))) { in addPhysRegDeps()
313 DefSU->addPred(SDep(SU, Kind, /*Reg=*/*Alias)); in addPhysRegDeps()
317 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); in addPhysRegDeps()
318 DefSU->addPred(Dep); in addPhysRegDeps()
460 SUnit *DefSU = V2SU.SU; in addVRegDefDeps() local
466 if (DefSU == SU) in addVRegDefDeps()
470 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); in addVRegDefDeps()
[all …]
DMachineScheduler.cpp1182 const SUnit *DefSU = getSUnit(DefMI); in computeCyclicCriticalPath() local
1183 if (!DefSU) in computeCyclicCriticalPath()
1186 unsigned LiveOutHeight = DefSU->getHeight(); in computeCyclicCriticalPath()
1187 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; in computeCyclicCriticalPath()
1208 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath()
1216 DEBUG(dbgs() << "Cyclic Path: SU(" << DefSU->NodeNum << ") -> SU(" in computeCyclicCriticalPath()