Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Degree

5807     unsigned Degree = N->getNumOperands();
5808 if (Degree == 0) {
5817 // Temporarily use the Node Id as scratch space for the degree count.
5818 N->setNodeId(Degree);
5832 unsigned Degree = P->getNodeId();
5833 assert(Degree != 0 && "Invalid node degree");
5834 --Degree;
5835 if (Degree == 0) {
5844 P->setNodeId(Degree);