Searched refs:RemovePred (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 94 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()
|
D | ScheduleDAGRRList.cpp | 208 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/ |
D | ScheduleDAG.h | 735 void RemovePred(SUnit *M, SUnit *N);
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 539 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
|