Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:NewNodes

58   // NewNodes growing on top of the useful nodes, and perhaps using them, but
73 SmallVector<SDNode*, 16> NewNodes;
78 NewNodes.push_back(I);
167 // Checked that NewNodes are only used by other NewNodes.
168 for (unsigned i = 0, e = NewNodes.size(); i != e; ++i) {
169 SDNode *N = NewNodes[i];