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 __anon784fb6aa0111::ScheduleDAGFast 304 RemovePred(SU, ChainPred); in CopyAndMoveSuccessors() 310 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 317 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 324 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 332 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 379 RemovePred(DelDeps[i].first, DelDeps[i].second); in CopyAndMoveSuccessors() 415 RemovePred(DelDeps[i].first, DelDeps[i].second); in InsertCopiesAndMoveSuccs()
|
D | ScheduleDAGRRList.cpp | 207 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon7d87679c0111::ScheduleDAGRRList 208 Topo.RemovePred(SU, D.getSUnit()); in RemovePred() 1050 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 1056 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 1062 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 1069 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 1081 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 1133 RemovePred(DelDeps[i].first, DelDeps[i].second); in CopyAndMoveSuccessors() 1178 RemovePred(DelDeps[i].first, DelDeps[i].second); in InsertCopiesAndMoveSuccs() 2898 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 | 537 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
|