Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp94 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anond44115a20111::ScheduleDAGFast
305 RemovePred(SU, ChainPred); in CopyAndMoveSuccessors()
311 RemovePred(SU, Pred); in CopyAndMoveSuccessors()
318 RemovePred(SU, Pred); in CopyAndMoveSuccessors()
325 RemovePred(SuccDep, D); in CopyAndMoveSuccessors()
333 RemovePred(SuccDep, D); in CopyAndMoveSuccessors()
380 RemovePred(DelDeps[i].first, DelDeps[i].second); in CopyAndMoveSuccessors()
416 RemovePred(DelDeps[i].first, DelDeps[i].second); in InsertCopiesAndMoveSuccs()
DScheduleDAGRRList.cpp208 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon9b4c64940111::ScheduleDAGRRList
209 Topo.RemovePred(SU, D.getSUnit()); in RemovePred()
1043 RemovePred(SU, Pred); in CopyAndMoveSuccessors()
1049 RemovePred(SU, Pred); in CopyAndMoveSuccessors()
1055 RemovePred(SU, Pred); in CopyAndMoveSuccessors()
1062 RemovePred(SuccDep, D); in CopyAndMoveSuccessors()
1074 RemovePred(SuccDep, D); in CopyAndMoveSuccessors()
1126 RemovePred(DelDeps[i].first, DelDeps[i].second); in CopyAndMoveSuccessors()
1171 RemovePred(DelDeps[i].first, DelDeps[i].second); in InsertCopiesAndMoveSuccs()
2882 scheduleDAG->RemovePred(SuccSU, Edge); in PrescheduleNodesWithMultipleUses()
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h735 void RemovePred(SUnit *M, SUnit *N);
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp539 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort