Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp276 SmallVector<SDep, 4> ChainSuccs; in CopyAndMoveSuccessors() local
293 ChainSuccs.push_back(*I); in CopyAndMoveSuccessors()
323 for (unsigned i = 0, e = ChainSuccs.size(); i != e; ++i) { in CopyAndMoveSuccessors()
324 SDep D = ChainSuccs[i]; in CopyAndMoveSuccessors()
DScheduleDAGRRList.cpp855 SmallVector<SDep, 4> ChainSuccs; in CopyAndMoveSuccessors() local
871 ChainSuccs.push_back(*I); in CopyAndMoveSuccessors()
906 for (unsigned i = 0, e = ChainSuccs.size(); i != e; ++i) { in CopyAndMoveSuccessors()
907 SDep D = ChainSuccs[i]; in CopyAndMoveSuccessors()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp281 SmallVector<SDep, 4> ChainSuccs; in CopyAndMoveSuccessors() local
298 ChainSuccs.push_back(*I); in CopyAndMoveSuccessors()
328 for (unsigned i = 0, e = ChainSuccs.size(); i != e; ++i) { in CopyAndMoveSuccessors()
329 SDep D = ChainSuccs[i]; in CopyAndMoveSuccessors()
DScheduleDAGRRList.cpp1026 SmallVector<SDep, 4> ChainSuccs; in CopyAndMoveSuccessors() local
1040 ChainSuccs.push_back(Succ); in CopyAndMoveSuccessors()
1071 for (SDep D : ChainSuccs) { in CopyAndMoveSuccessors()