/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 88 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon09d611c90111::ScheduleDAGFast 299 RemovePred(SU, ChainPred); in CopyAndMoveSuccessors() 305 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 312 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 319 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 327 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 372 RemovePred(DelDeps[i].first, DelDeps[i].second); in CopyAndMoveSuccessors() 408 RemovePred(DelDeps[i].first, DelDeps[i].second); in InsertCopiesAndMoveSuccs()
|
D | ScheduleDAGRRList.cpp | 211 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon8a11067b0311::ScheduleDAGRRList 212 Topo.RemovePred(SU, D.getSUnit()); in RemovePred() 879 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 885 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 891 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 898 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 910 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 960 RemovePred(DelDeps[i].first, DelDeps[i].second); in CopyAndMoveSuccessors() 1008 RemovePred(DelDeps[i].first, DelDeps[i].second); in InsertCopiesAndMoveSuccs() 2796 scheduleDAG->RemovePred(SuccSU, Edge); in PrescheduleNodesWithMultipleUses()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 94 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anond8ae9b9d0111::ScheduleDAGFast 304 RemovePred(SU, ChainPred); in CopyAndMoveSuccessors() 310 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 317 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 324 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 332 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 379 RemovePred(DelDeps[i].first, DelDeps[i].second); in CopyAndMoveSuccessors() 415 RemovePred(DelDeps[i].first, DelDeps[i].second); in InsertCopiesAndMoveSuccs()
|
D | ScheduleDAGRRList.cpp | 207 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon7133554f0111::ScheduleDAGRRList 208 Topo.RemovePred(SU, D.getSUnit()); in RemovePred() 1047 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 1052 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 1057 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 1063 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 1074 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 1124 RemovePred(DelDep.first, DelDep.second); in CopyAndMoveSuccessors() 1168 RemovePred(DelDep.first, DelDep.second); in InsertCopiesAndMoveSuccs() 2868 scheduleDAG->RemovePred(SuccSU, Edge); in PrescheduleNodesWithMultipleUses()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 708 void RemovePred(SUnit *M, SUnit *N);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScheduleDAG.cpp | 509 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 753 void RemovePred(SUnit *M, SUnit *N);
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 537 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
|
D | MachinePipeliner.cpp | 1195 Topo.RemovePred(&I, Deps[i].getSUnit()); in changeDependences() 1204 Topo.RemovePred(LastSU, Deps[i].getSUnit()); in changeDependences()
|