Searched refs:ReleasePredecessors (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 94 void ReleasePredecessors(SUnit *SU, unsigned CurCycle); 155 void ScheduleDAGFast::ReleasePredecessors(SUnit *SU, unsigned CurCycle) { in ReleasePredecessors() function in ScheduleDAGFast 185 ReleasePredecessors(SU, CurCycle); in ScheduleNodeBottomUp() 525 ReleasePredecessors(&ExitSU, CurCycle); in ListScheduleBottomUp()
|
D | ScheduleDAGRRList.cpp | 223 void ReleasePredecessors(SUnit *SU); 423 void ScheduleDAGRRList::ReleasePredecessors(SUnit *SU) { in ReleasePredecessors() function in ScheduleDAGRRList 620 ReleasePredecessors(SU); in ScheduleNodeBottomUp() 1267 ReleasePredecessors(&ExitSU); in ListScheduleBottomUp()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 100 void ReleasePredecessors(SUnit *SU, unsigned CurCycle); 161 void ScheduleDAGFast::ReleasePredecessors(SUnit *SU, unsigned CurCycle) { in ReleasePredecessors() function in ScheduleDAGFast 191 ReleasePredecessors(SU, CurCycle); in ScheduleNodeBottomUp() 536 ReleasePredecessors(&ExitSU, CurCycle); in ListScheduleBottomUp()
|
D | ScheduleDAGRRList.cpp | 219 void ReleasePredecessors(SUnit *SU); 525 void ScheduleDAGRRList::ReleasePredecessors(SUnit *SU) { in ReleasePredecessors() function in ScheduleDAGRRList 737 ReleasePredecessors(SU); in ScheduleNodeBottomUp() 1489 ReleasePredecessors(&ExitSU); in ListScheduleBottomUp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 101 void ReleasePredecessors(SUnit *SU, unsigned CurCycle); 162 void ScheduleDAGFast::ReleasePredecessors(SUnit *SU, unsigned CurCycle) { in ReleasePredecessors() function in ScheduleDAGFast 191 ReleasePredecessors(SU, CurCycle); in ScheduleNodeBottomUp() 529 ReleasePredecessors(&ExitSU, CurCycle); in ListScheduleBottomUp()
|
D | ScheduleDAGRRList.cpp | 246 void ReleasePredecessors(SUnit *SU); 549 void ScheduleDAGRRList::ReleasePredecessors(SUnit *SU) { in ReleasePredecessors() function in ScheduleDAGRRList 761 ReleasePredecessors(SU); in ScheduleNodeBottomUp() 1582 ReleasePredecessors(&ExitSU); in ListScheduleBottomUp()
|