Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp3073 SUnit *DepSU = I->getSUnit(); in reschedulePhysRegCopies() local
3074 if (isTop ? DepSU->Succs.size() > 1 : DepSU->Preds.size() > 1) in reschedulePhysRegCopies()
3076 MachineInstr *Copy = DepSU->getInstr(); in reschedulePhysRegCopies()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2693 static bool canClobberReachingPhysRegUse(const SUnit *DepSU, const SUnit *SU, in canClobberReachingPhysRegUse() argument
2711 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit())) in canClobberReachingPhysRegUse()
2720 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit())) in canClobberReachingPhysRegUse()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2627 static bool canClobberReachingPhysRegUse(const SUnit *DepSU, const SUnit *SU, in canClobberReachingPhysRegUse() argument
2649 scheduleDAG->IsReachable(DepSU, PI->getSUnit())) in canClobberReachingPhysRegUse()