Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:WillCreateCycle

190   /// WillCreateCycle - Returns true if adding an edge from SU to TargetSU will
192 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) {
193 return Topo.WillCreateCycle(SU, TargetSU);
1418 if (!WillCreateCycle(TrySU, BtSU)) {