HomeSort by relevance Sort by last modified time
    Searched refs:WillCreateCycle (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 725 /// WillCreateCycle - Return true if addPred(TargetSU, SU) creates a cycle.
726 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 599 /// WillCreateCycle - Returns true if adding an edge to TargetSU from SU will
601 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) {
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 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);
    [all...]

Completed in 102 milliseconds