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/
DScheduleDAGFast.cpp84 void AddPred(SUnit *SU, const SDep &D) { in AddPred() function in __anon522cf4780111::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 …]
DScheduleDAGRRList.cpp233 void AddPred(SUnit *SU, const SDep &D) { in AddPred() function in __anon43ab50ea0111::ScheduleDAGRRList
234 Topo.AddPred(SU, D.getSUnit()); in AddPred()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DScheduleDAG.cpp532 AddPred(U.first, U.second); in FixOrder()
548 void ScheduleDAGTopologicalSort::AddPred(SUnit *Y, SUnit *X) { in AddPred() function in ScheduleDAGTopologicalSort
DMachinePipeliner.cpp992 Topo.AddPred(LastSU, &I); in changeDependences()
1371 SDAG->Topo.AddPred(Src, I); in apply()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DScheduleDAG.h754 void AddPred(SUnit *Y, SUnit *X);