Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:RemovePred

203   /// RemovePred - removes a predecessor edge from SUnit SU.
206 void RemovePred(SUnit *SU, const SDep &D) {
207 Topo.RemovePred(SU, D.getSUnit());
208 SU->removePred(D);
1041 RemovePred(SU, Pred);
1047 RemovePred(SU, Pred);
1053 RemovePred(SU, Pred);
1060 RemovePred(SuccDep, D);
1072 RemovePred(SuccDep, D);
1124 RemovePred(DelDeps[i].first, DelDeps[i].second);
1169 RemovePred(DelDeps[i].first, DelDeps[i].second);
2888 scheduleDAG->RemovePred(SuccSU, Edge);