Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Degree

5532     unsigned Degree = N->getNumOperands();
5533 if (Degree == 0) {
5542 // Temporarily use the Node Id as scratch space for the degree count.
5543 N->setNodeId(Degree);
5557 unsigned Degree = P->getNodeId();
5558 assert(Degree != 0 && "Invalid node degree");
5559 --Degree;
5560 if (Degree == 0) {
5569 P->setNodeId(Degree);