Home
last modified time | relevance | path

Searched refs:ChainPred (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp275 SDep ChainPred; in CopyAndMoveSuccessors() local
283 ChainPred = *I; in CopyAndMoveSuccessors()
298 if (ChainPred.getSUnit()) { in CopyAndMoveSuccessors()
299 RemovePred(SU, ChainPred); in CopyAndMoveSuccessors()
301 AddPred(LoadSU, ChainPred); in CopyAndMoveSuccessors()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp280 SDep ChainPred; in CopyAndMoveSuccessors() local
288 ChainPred = *I; in CopyAndMoveSuccessors()
303 if (ChainPred.getSUnit()) { in CopyAndMoveSuccessors()
304 RemovePred(SU, ChainPred); in CopyAndMoveSuccessors()
306 AddPred(LoadSU, ChainPred); in CopyAndMoveSuccessors()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp279 SDep ChainPred; in CopyAndMoveSuccessors() local
286 ChainPred = Pred; in CopyAndMoveSuccessors()
300 if (ChainPred.getSUnit()) { in CopyAndMoveSuccessors()
301 RemovePred(SU, ChainPred); in CopyAndMoveSuccessors()
303 AddPred(LoadSU, ChainPred); in CopyAndMoveSuccessors()