Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp90 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon522cf4780111::ScheduleDAGFast
295 RemovePred(SU, ChainPred); in CopyAndMoveSuccessors()
301 RemovePred(SU, Pred); in CopyAndMoveSuccessors()
308 RemovePred(SU, Pred); in CopyAndMoveSuccessors()
315 RemovePred(SuccDep, D); in CopyAndMoveSuccessors()
323 RemovePred(SuccDep, D); in CopyAndMoveSuccessors()
368 RemovePred(DelDeps[i].first, DelDeps[i].second); in CopyAndMoveSuccessors()
403 RemovePred(DelDeps[i].first, DelDeps[i].second); in InsertCopiesAndMoveSuccs()
DScheduleDAGRRList.cpp241 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon43ab50ea0111::ScheduleDAGRRList
242 Topo.RemovePred(SU, D.getSUnit()); in RemovePred()
1082 RemovePred(SU, Pred); in TryUnfoldSU()
1087 RemovePred(SU, Pred); in TryUnfoldSU()
1092 RemovePred(SU, Pred); in TryUnfoldSU()
1098 RemovePred(SuccDep, D); in TryUnfoldSU()
1109 RemovePred(SuccDep, D); in TryUnfoldSU()
1214 RemovePred(DelSU, DelD); in CopyAndMoveSuccessors()
1258 RemovePred(DelSU, DelD); in InsertCopiesAndMoveSuccs()
3057 scheduleDAG->RemovePred(SuccSU, Edge); in PrescheduleNodesWithMultipleUses()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DScheduleDAG.h763 void RemovePred(SUnit *M, SUnit *N);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DScheduleDAG.cpp566 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
DMachinePipeliner.cpp976 Topo.RemovePred(&I, Deps[i].getSUnit()); in changeDependences()
985 Topo.RemovePred(LastSU, Deps[i].getSUnit()); in changeDependences()