Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2843 SUnit *DepSU = I->getSUnit(); in reschedulePhysRegCopies() local
2844 if (isTop ? DepSU->Succs.size() > 1 : DepSU->Preds.size() > 1) in reschedulePhysRegCopies()
2846 MachineInstr *Copy = DepSU->getInstr(); in reschedulePhysRegCopies()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2710 static bool canClobberReachingPhysRegUse(const SUnit *DepSU, const SUnit *SU, in canClobberReachingPhysRegUse() argument
2729 scheduleDAG->IsReachable(DepSU, PI->getSUnit())) in canClobberReachingPhysRegUse()
2738 scheduleDAG->IsReachable(DepSU, PI->getSUnit())) in canClobberReachingPhysRegUse()