Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:DAGSize

5790   unsigned DAGSize = 0;
5810 N->setNodeId(DAGSize++);
5837 P->setNodeId(DAGSize++);
5865 assert(AllNodes.back().getNodeId() == (int)DAGSize-1 &&
5869 assert(DAGSize == allnodes_size() && "Node count mismatch!");
5870 return DAGSize;