Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NodeNum

248     if (NewNode->NodeNum >= NumSUnits)
259 if (NewNode->NodeNum >= NumSUnits)
972 DEBUG(dbgs() << "Unfolding SU #" << SU->NodeNum << "\n");
994 LoadNode->setNodeId(LoadSU->NodeNum);
1002 N->setNodeId(NewSU->NodeNum);
1100 DEBUG(dbgs() << " Duplicating SU #" << SU->NodeNum << "\n");
1345 DEBUG(dbgs() << " Repushing SU #" << SU->NodeNum << '\n');
1368 << " SU #" << CurSU->NodeNum << '\n');
1414 DEBUG(dbgs() << "ARTIFICIAL edge from SU(" << BtSU->NodeNum << ") to SU("
1415 << TrySU->NodeNum << ")\n");
1464 DEBUG(dbgs() << " Adding an edge from SU #" << TrySU->NodeNum
1465 << " to SU #" << Copies.front()->NodeNum << "\n");
1470 DEBUG(dbgs() << " Adding an edge from SU #" << NewDef->NodeNum
1471 << " to SU #" << TrySU->NodeNum << "\n");
1836 unsigned &SethiUllmanNumber = SUNumbers[SU->NodeNum];
1878 SethiUllmanNumbers[SU->NodeNum] = 0;
1885 assert(SU->NodeNum < SethiUllmanNumbers.size());
1909 return SethiUllmanNumbers[SU->NodeNum];
1911 unsigned Priority = SethiUllmanNumbers[SU->NodeNum];
2089 DEBUG(dbgs() << " SU(" << SU->NodeNum << ") has too many regdefs\n");
2276 DEBUG(dbgs() << "VRegCycle: SU(" << SU->NodeNum << ")\n");
2317 DEBUG(dbgs() << " VReg cycle use: SU (" << SU->NodeNum << ")\n");
2377 DEBUG(dbgs() << " Comparing latency of SU (" << left->NodeNum
2378 << ") depth " << LDepth << " vs SU (" << right->NodeNum
2401 DEBUG(dbgs() << " SU (" << left->NodeNum << ") "
2402 << PhysRegMsg[LHasPhysReg] << " SU(" << right->NodeNum << ") "
2547 DEBUG(dbgs() << " pressure SU(" << left->NodeNum << ") > SU("
2548 << right->NodeNum << ")\n");
2552 DEBUG(dbgs() << " pressure SU(" << right->NodeNum << ") > SU("
2553 << left->NodeNum << ")\n");
2615 DEBUG(dbgs() << "RegPressureDiff SU(" << left->NodeNum << "): " << LPDiff
2616 << " != SU(" << right->NodeNum << "): " << RPDiff << "\n");
2628 DEBUG(dbgs() << "Live uses SU(" << left->NodeNum << "): " << LLiveUses
2629 << " != SU(" << right->NodeNum << "): " << RLiveUses << "\n");
2643 DEBUG(dbgs() << "Depth of SU(" << left->NodeNum << "): "
2644 << left->getDepth() << " != SU(" << right->NodeNum << "): "
2873 DEBUG(dbgs() << " Prescheduling SU #" << SU->NodeNum
2874 << " next to PredSU #" << PredSU->NodeNum
2965 << SU->NodeNum << " to SU #" << SuccSU->NodeNum << "\n");