Searched refs:WillCreateCycle (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h729 /// WillCreateCycle - Returns true if adding an edge from SU to TargetSU
731 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU);
/external/llvm/lib/CodeGen/
H A DScheduleDAG.cpp600 /// WillCreateCycle - Returns true if adding an edge to TargetSU from SU will
602 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp189 /// WillCreateCycle - Returns true if adding an edge from SU to TargetSU will
191 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { function in class:__anon9523::ScheduleDAGRRList
192 return Topo.WillCreateCycle(SU, TargetSU);
1401 if (!WillCreateCycle(TrySU, BtSU)) {

Completed in 91 milliseconds