Searched refs:RemovePred (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | ScheduleDAGFast.cpp | 94 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anona909dccb0111::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()
|
| HD | ScheduleDAGRRList.cpp | 207 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anonc56399fd0111::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() 2896 scheduleDAG->RemovePred(SuccSU, Edge); in PrescheduleNodesWithMultipleUses()
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | ScheduleDAG.h | 735 void RemovePred(SUnit *M, SUnit *N);
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | ScheduleDAG.cpp | 538 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
|