Searched refs:DefSU (Results 1 – 3 of 3) sorted by relevance
309 SUnit *DefSU = I->SU; in addPhysRegDeps() local310 if (DefSU == &ExitSU) in addPhysRegDeps()312 if (DefSU != SU && in addPhysRegDeps()314 !DefSU->getInstr()->registerDefIsDead(*Alias))) { in addPhysRegDeps()319 ST.adjustSchedDependency(SU, OperIdx, DefSU, I->OpIdx, Dep); in addPhysRegDeps()320 DefSU->addPred(Dep); in addPhysRegDeps()477 SUnit *DefSU = V2SU.SU; in addVRegDefDeps() local483 if (DefSU == SU) in addVRegDefDeps()487 SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); in addVRegDefDeps()488 DefSU->addPred(Dep); in addVRegDefDeps()[all …]
956 SUnit *DefSU = getSUnit(DefMI); in changeDependences() local957 if (!DefSU) in changeDependences()973 if (P.getSUnit() == DefSU) in changeDependences()2595 SUnit *DefSU = Insts.at(MoveDef); in orderDependence() local2605 orderDependence(SSD, DefSU, Insts); in orderDependence()2621 SUnit *DefSU = SSD->getSUnit(&Phi); in isLoopCarried() local2622 unsigned DefCycle = cycleScheduled(DefSU); in isLoopCarried()2623 int DefStage = stageScheduled(DefSU); in isLoopCarried()
1357 const SUnit *DefSU = getSUnit(DefMI); in computeCyclicCriticalPath() local1358 if (!DefSU) in computeCyclicCriticalPath()1361 unsigned LiveOutHeight = DefSU->getHeight(); in computeCyclicCriticalPath()1362 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; in computeCyclicCriticalPath()1382 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath()1389 LLVM_DEBUG(dbgs() << "Cyclic Path: SU(" << DefSU->NodeNum << ") -> SU(" in computeCyclicCriticalPath()