Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h726 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp602 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle() function in ScheduleDAGTopologicalSort
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp192 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() function in __anon884f54d00111::ScheduleDAGRRList
193 return Topo.WillCreateCycle(SU, TargetSU); in WillCreateCycle()
1409 if (!WillCreateCycle(TrySU, BtSU)) { in PickNodeToScheduleBottomUp()