Home
last modified time | relevance | path

Searched refs:TargetSU (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
DScheduleDAG.cpp601 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle() argument
603 if (IsReachable(SU, TargetSU)) in WillCreateCycle()
606 I = TargetSU->Preds.begin(), E = TargetSU->Preds.end(); I != E; ++I) in WillCreateCycle()
615 const SUnit *TargetSU) { in IsReachable() argument
619 LowerBound = Node2Index[TargetSU->NodeNum]; in IsReachable()
626 DFS(TargetSU, UpperBound, HasLoop); in IsReachable()
DMachinePipeliner.cpp1388 SUnit *TargetSU = D.getSUnit(); in swapAntiDependences() local
1394 TargetSU->addPred(Dep); in swapAntiDependences()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAG.cpp570 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() argument
571 if (IsReachable(TargetSU, SU)) in WillCreateCycle()
576 IsReachable(TargetSU, I->getSUnit())) in WillCreateCycle()
583 const SUnit *TargetSU) { in IsReachable() argument
587 LowerBound = Node2Index[TargetSU->NodeNum]; in IsReachable()
594 DFS(TargetSU, UpperBound, HasLoop); in IsReachable()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScheduleDAG.h695 bool IsReachable(const SUnit *SU, const SUnit *TargetSU);
699 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU);
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h741 bool IsReachable(const SUnit *SU, const SUnit *TargetSU);
744 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp186 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { in IsReachable() argument
187 return Topo.IsReachable(SU, TargetSU); in IsReachable()
192 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() argument
193 return Topo.WillCreateCycle(SU, TargetSU); in WillCreateCycle()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp190 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { in IsReachable() argument
191 return Topo.IsReachable(SU, TargetSU); in IsReachable()
196 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() argument
197 return Topo.WillCreateCycle(SU, TargetSU); in WillCreateCycle()