Home
last modified time | relevance | path

Searched refs:AddPred (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp84 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 DScheduleDAGRRList.cpp233 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 DScheduleDAG.cpp532 AddPred(U.first, U.second); in FixOrder()
548 void ScheduleDAGTopologicalSort::AddPred(SUnit *Y, SUnit *X) { in AddPred() function in ScheduleDAGTopologicalSort
H A DMachinePipeliner.cpp992 Topo.AddPred(LastSU, &I); in changeDependences()
1371 SDAG->Topo.AddPred(Src, I); in apply()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h754 void AddPred(SUnit *Y, SUnit *X);