Searched refs:DepSU (Results 1 – 3 of 3) sorted by relevance
197 SUnit &DepSU = *Dep.getSUnit(); in scheduleAdjacentImpl() 198 if (DepSU.isBoundaryNode())202 const MachineInstr *DepMI = DepSU.getInstr(); in createMacroFusionDAGMutation() 203 if (!hasLessThanNumFused(DepSU, 2) || in createMacroFusionDAGMutation() 207 if (fuseInstructionPair(DAG, DepSU, AnchorSU))182 SUnit &DepSU = *Dep.getSUnit(); scheduleAdjacentImpl() local
3817 SUnit *DepSU = Dep.getSUnit(); in reschedulePhysReg() local3818 if (isTop ? DepSU->Succs.size() > 1 : DepSU->Preds.size() > 1) in reschedulePhysReg()3820 MachineInstr *Copy = DepSU->getInstr(); in reschedulePhysReg()
2856 static bool canClobberReachingPhysRegUse(const SUnit *DepSU, const SUnit *SU, in canClobberReachingPhysRegUse() argument2874 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit())) in canClobberReachingPhysRegUse()2882 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit())) in canClobberReachingPhysRegUse()