Home
last modified time | relevance | path

Searched refs:RemovePred (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp88 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()
DScheduleDAGRRList.cpp211 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/
DScheduleDAGFast.cpp94 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()
DScheduleDAGRRList.cpp207 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/
DScheduleDAG.h708 void RemovePred(SUnit *M, SUnit *N);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAG.cpp509 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h753 void RemovePred(SUnit *M, SUnit *N);
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp537 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
DMachinePipeliner.cpp1195 Topo.RemovePred(&I, Deps[i].getSUnit()); in changeDependences()
1204 Topo.RemovePred(LastSU, Deps[i].getSUnit()); in changeDependences()