Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:RemovePred

208   /// RemovePred - removes a predecessor edge from SUnit SU.
211 void RemovePred(SUnit *SU, const SDep &D) {
212 Topo.RemovePred(SU, D.getSUnit());
213 SU->removePred(D);
879 RemovePred(SU, Pred);
885 RemovePred(SU, Pred);
891 RemovePred(SU, Pred);
898 RemovePred(SuccDep, D);
910 RemovePred(SuccDep, D);
960 RemovePred(DelDeps[i].first, DelDeps[i].second);
1008 RemovePred(DelDeps[i].first, DelDeps[i].second);
2796 scheduleDAG->RemovePred(SuccSU, Edge);