Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp277 SDep ChainPred; in CopyAndMoveSuccessors() local
284 ChainPred = Pred; in CopyAndMoveSuccessors()
298 if (ChainPred.getSUnit()) { in CopyAndMoveSuccessors()
299 RemovePred(SU, ChainPred); in CopyAndMoveSuccessors()
301 AddPred(LoadSU, ChainPred); in CopyAndMoveSuccessors()