Searched refs:DefSU (Results 1 – 3 of 3) sorted by relevance
314 SUnit *DefSU = I->SU; in addPhysRegDeps() local315 if (DefSU == &ExitSU) in addPhysRegDeps()317 MachineInstr *DefInstr = DefSU->getInstr(); in addPhysRegDeps()319 if (DefSU != SU && in addPhysRegDeps()326 ST.adjustSchedDependency(SU, OperIdx, DefSU, I->OpIdx, Dep); in addPhysRegDeps()327 DefSU->addPred(Dep); in addPhysRegDeps()488 SUnit *DefSU = V2SU.SU; in addVRegDefDeps() local494 if (DefSU == SU) in addVRegDefDeps()498 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); in addVRegDefDeps()499 DefSU->addPred(Dep); in addVRegDefDeps()[all …]
973 SUnit *DefSU = getSUnit(DefMI); in changeDependences() local974 if (!DefSU) in changeDependences()990 if (P.getSUnit() == DefSU) in changeDependences()3027 SUnit *DefSU = Insts.at(MoveDef); in orderDependence() local3037 orderDependence(SSD, DefSU, Insts); in orderDependence()3054 SUnit *DefSU = SSD->getSUnit(&Phi); in isLoopCarried() local3055 unsigned DefCycle = cycleScheduled(DefSU); in isLoopCarried()3056 int DefStage = stageScheduled(DefSU); in isLoopCarried()
1559 const SUnit *DefSU = getSUnit(DefMI); in computeCyclicCriticalPath() local1560 if (!DefSU) in computeCyclicCriticalPath()1563 unsigned LiveOutHeight = DefSU->getHeight(); in computeCyclicCriticalPath()1564 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; in computeCyclicCriticalPath()1584 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath()1591 LLVM_DEBUG(dbgs() << "Cyclic Path: SU(" << DefSU->NodeNum << ") -> SU(" in computeCyclicCriticalPath()