Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NumRegDefsLeft

399     // Compute NumRegDefsLeft. This must be done before AddSchedEdges.
496 if (!SU->addPred(Dep) && !Dep.isCtrl() && OpSU->NumRegDefsLeft > 1) {
504 // NumRegDefsLeft to zero, we handle the common cases well.
505 --OpSU->NumRegDefsLeft;
578 assert(SU->NumRegDefsLeft == 0 && "expect a new node");
580 assert(SU->NumRegDefsLeft < USHRT_MAX && "overflow is ok but unexpected");
581 ++SU->NumRegDefsLeft;