Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp250 SUnit *UseSU = I->SU; in addPhysRegDataDeps() local
251 if (UseSU == SU) in addPhysRegDataDeps()
266 RegUse = UseSU->getInstr(); in addPhysRegDataDeps()
269 (RegUse ? &UseSU->getInstr()->getDesc() : nullptr); in addPhysRegDataDeps()
279 ST.adjustSchedDependency(SU, OperIdx, UseSU, UseOp, Dep); in addPhysRegDataDeps()
280 UseSU->addPred(Dep); in addPhysRegDataDeps()
440 SUnit *UseSU = I->SU; in addVRegDefDeps() local
441 MachineInstr *Use = UseSU->getInstr(); in addVRegDefDeps()
445 ST.adjustSchedDependency(SU, OperIdx, UseSU, I->OperandIndex, Dep); in addVRegDefDeps()
446 UseSU->addPred(Dep); in addVRegDefDeps()
H A DMachinePipeliner.cpp2594 SUnit *UseSU = Insts.at(MoveUse); in orderDependence() local
2603 orderDependence(SSD, UseSU, Insts); in orderDependence()
2628 SUnit *UseSU = SSD->getSUnit(MRI.getVRegDef(LoopVal)); in isLoopCarried() local
2629 if (!UseSU) in isLoopCarried()
2631 if (UseSU->getInstr()->isPHI()) in isLoopCarried()
2633 unsigned LoopCycle = cycleScheduled(UseSU); in isLoopCarried()
2634 int LoopStage = stageScheduled(UseSU); in isLoopCarried()