Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp278 SmallVector<SDep, 4> ChainSuccs; in CopyAndMoveSuccessors() local
293 ChainSuccs.push_back(Succ); in CopyAndMoveSuccessors()
323 for (unsigned i = 0, e = ChainSuccs.size(); i != e; ++i) { in CopyAndMoveSuccessors()
324 SDep D = ChainSuccs[i]; in CopyAndMoveSuccessors()
H A DScheduleDAGRRList.cpp1058 SmallVector<SDep, 4> ChainSuccs; in TryUnfoldSU() local
1072 ChainSuccs.push_back(Succ); in TryUnfoldSU()
1103 for (SDep D : ChainSuccs) { in TryUnfoldSU()