Searched refs:AddPred (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGFast.cpp | 84 void AddPred(SUnit *SU, const SDep &D) { in AddPred() function in __anonc41bd3930111::ScheduleDAGFast 297 AddPred(LoadSU, ChainPred); in CopyAndMoveSuccessors() 303 AddPred(LoadSU, Pred); in CopyAndMoveSuccessors() 309 AddPred(NewSU, Pred); in CopyAndMoveSuccessors() 317 AddPred(SuccDep, D); in CopyAndMoveSuccessors() 326 AddPred(SuccDep, D); in CopyAndMoveSuccessors() 332 AddPred(NewSU, D); in CopyAndMoveSuccessors() 350 AddPred(NewSU, Pred); in CopyAndMoveSuccessors() 362 AddPred(SuccSU, D); in CopyAndMoveSuccessors() 398 AddPred(SuccSU, D); in InsertCopiesAndMoveSuccs() [all …]
|
| H A D | ScheduleDAGRRList.cpp | 233 void AddPred(SUnit *SU, const SDep &D) { in AddPred() function in __anonecce62c50111::ScheduleDAGRRList 234 Topo.AddPred(SU, D.getSUnit()); in AddPred()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ScheduleDAG.cpp | 532 AddPred(U.first, U.second); in FixOrder() 548 void ScheduleDAGTopologicalSort::AddPred(SUnit *Y, SUnit *X) { in AddPred() function in ScheduleDAGTopologicalSort
|
| H A D | MachinePipeliner.cpp | 992 Topo.AddPred(LastSU, &I); in changeDependences() 1371 SDAG->Topo.AddPred(Src, I); in apply()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAG.h | 754 void AddPred(SUnit *Y, SUnit *X);
|