Searched refs:DefSU (Results 1 – 2 of 2) sorted by relevance
306 SUnit *DefSU = I->SU; in addPhysRegDeps() local307 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() local466 if (DefSU == SU) in addVRegDefDeps()470 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); in addVRegDefDeps()[all …]
1182 const SUnit *DefSU = getSUnit(DefMI); in computeCyclicCriticalPath() local1183 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()