Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp274 SmallVector<SDep, 4> ChainSuccs; in CopyAndMoveSuccessors() local
289 ChainSuccs.push_back(Succ); in CopyAndMoveSuccessors()
319 for (unsigned i = 0, e = ChainSuccs.size(); i != e; ++i) { in CopyAndMoveSuccessors()
320 SDep D = ChainSuccs[i]; in CopyAndMoveSuccessors()
DScheduleDAGRRList.cpp1061 SmallVector<SDep, 4> ChainSuccs; in TryUnfoldSU() local
1075 ChainSuccs.push_back(Succ); in TryUnfoldSU()
1106 for (SDep &D : ChainSuccs) { in TryUnfoldSU()