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

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h699 /// WillCreateCycle - Returns true if adding an edge from SU to TargetSU
701 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU);
/external/llvm/lib/CodeGen/
H A DScheduleDAG.cpp557 /// WillCreateCycle - Returns true if adding an edge from SU to TargetSU will
559 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *SU, SUnit *TargetSU) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp182 /// WillCreateCycle - Returns true if adding an edge from SU to TargetSU will
184 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { function in class:__anon9314::ScheduleDAGRRList
185 return Topo.WillCreateCycle(SU, TargetSU);
1352 if (!WillCreateCycle(TrySU, BtSU)) {

Completed in 40 milliseconds