Home | History | Annotate | Download | only in CodeGen

Lines Matching full:nodenum

317   dbgs() << "SU(" << NodeNum << "): ";
346 dbgs() << "SU(" << I->getSUnit()->NodeNum << ")";
366 dbgs() << "SU(" << I->getSUnit()->NodeNum << ")";
472 int NodeNum = SU->NodeNum;
475 Node2Index[NodeNum] = Degree;
489 if (SU->NodeNum < DAGSize)
490 Allocate(SU->NodeNum, --Id);
494 if (SU->NodeNum < DAGSize && !--Node2Index[SU->NodeNum])
509 assert(Node2Index[SU->NodeNum] > Node2Index[I->getSUnit()->NodeNum] &&
520 LowerBound = Node2Index[Y->NodeNum];
521 UpperBound = Node2Index[X->NodeNum];
553 Visited.set(SU->NodeNum);
555 unsigned s = SU->Succs[I].getSUnit()->NodeNum;
619 LowerBound = Node2Index[TargetSU->NodeNum];
620 UpperBound = Node2Index[SU->NodeNum];