Home
last modified time | relevance | path

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

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