Searched refs:WillCreateCycle (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 736 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 699 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScheduleDAG.cpp | 570 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() function in ScheduleDAGTopologicalSort
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 744 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 601 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle() function in ScheduleDAGTopologicalSort
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 679 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle() function in ScheduleDAGTopologicalSort
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 192 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() function in __anon884f54d00111::ScheduleDAGRRList 193 return Topo.WillCreateCycle(SU, TargetSU); in WillCreateCycle() 1406 if (!WillCreateCycle(TrySU, BtSU)) { in PickNodeToScheduleBottomUp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 219 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() function in __anonc07fd5080111::ScheduleDAGRRList 220 return Topo.WillCreateCycle(SU, TargetSU); in WillCreateCycle() 1496 if (!WillCreateCycle(TrySU, BtSU)) { in PickNodeToScheduleBottomUp()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 196 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() function in __anon551bd8fc0311::ScheduleDAGRRList 197 return Topo.WillCreateCycle(SU, TargetSU); in WillCreateCycle() 1168 if (!WillCreateCycle(TrySU, BtSU)) { in PickNodeToScheduleBottomUp()
|