Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NodeSuccs

997     SmallVector<SDep, 4> NodeSuccs;
1012 NodeSuccs.push_back(*I);
1033 for (unsigned i = 0, e = NodeSuccs.size(); i != e; ++i) {
1034 SDep D = NodeSuccs[i];