Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp94 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anonfbd296650111::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()
407 RemovePred(DelDeps[i].first, DelDeps[i].second); in InsertCopiesAndMoveSuccs()
DScheduleDAGRRList.cpp241 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anoned4122170111::ScheduleDAGRRList
242 Topo.RemovePred(SU, D.getSUnit()); in RemovePred()
1079 RemovePred(SU, Pred); in TryUnfoldSU()
1084 RemovePred(SU, Pred); in TryUnfoldSU()
1089 RemovePred(SU, Pred); in TryUnfoldSU()
1095 RemovePred(SuccDep, D); in TryUnfoldSU()
1106 RemovePred(SuccDep, D); in TryUnfoldSU()
1211 RemovePred(DelDep.first, DelDep.second); in CopyAndMoveSuccessors()
1255 RemovePred(DelDep.first, DelDep.second); in InsertCopiesAndMoveSuccs()
3035 scheduleDAG->RemovePred(SuccSU, Edge); in PrescheduleNodesWithMultipleUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h755 void RemovePred(SUnit *M, SUnit *N);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAG.cpp566 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
DMachinePipeliner.cpp876 Topo.RemovePred(&I, Deps[i].getSUnit()); in changeDependences()
885 Topo.RemovePred(LastSU, Deps[i].getSUnit()); in changeDependences()