Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:DAGSize

5515   unsigned DAGSize = 0;
5535 N->setNodeId(DAGSize++);
5562 P->setNodeId(DAGSize++);
5590 assert(AllNodes.back().getNodeId() == (int)DAGSize-1 &&
5594 assert(DAGSize == allnodes_size() && "Node count mismatch!");
5595 return DAGSize;