Searched refs:DepSU (Results 1 – 3 of 3) sorted by relevance
3073 SUnit *DepSU = I->getSUnit(); in reschedulePhysRegCopies() local3074 if (isTop ? DepSU->Succs.size() > 1 : DepSU->Preds.size() > 1) in reschedulePhysRegCopies()3076 MachineInstr *Copy = DepSU->getInstr(); in reschedulePhysRegCopies()
2693 static bool canClobberReachingPhysRegUse(const SUnit *DepSU, const SUnit *SU, in canClobberReachingPhysRegUse() argument2711 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit())) in canClobberReachingPhysRegUse()2720 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit())) in canClobberReachingPhysRegUse()
2627 static bool canClobberReachingPhysRegUse(const SUnit *DepSU, const SUnit *SU, in canClobberReachingPhysRegUse() argument2649 scheduleDAG->IsReachable(DepSU, PI->getSUnit())) in canClobberReachingPhysRegUse()