Home
last modified time | relevance | path

Searched refs:WillCreateCycle (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScheduleDAG.h699 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAG.cpp570 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() function in ScheduleDAGTopologicalSort
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h744 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp601 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle() function in ScheduleDAGTopologicalSort
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp192 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() function in __anon7133554f0111::ScheduleDAGRRList
193 return Topo.WillCreateCycle(SU, TargetSU); in WillCreateCycle()
1406 if (!WillCreateCycle(TrySU, BtSU)) { in PickNodeToScheduleBottomUp()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp196 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() function in __anon8a11067b0311::ScheduleDAGRRList
197 return Topo.WillCreateCycle(SU, TargetSU); in WillCreateCycle()
1168 if (!WillCreateCycle(TrySU, BtSU)) { in PickNodeToScheduleBottomUp()