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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp191 /// WillCreateCycle - Returns true if adding an edge from SU to TargetSU will
193 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { function in class:__anon25810::ScheduleDAGRRList
194 return Topo.WillCreateCycle(SU, TargetSU);
1403 if (!WillCreateCycle(TrySU, BtSU)) {

Completed in 49 milliseconds