Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A 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()
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()