Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:nodenum

247     if (NewNode->NodeNum >= NumSUnits)
258 if (NewNode->NodeNum >= NumSUnits)
979 DEBUG(dbgs() << "Unfolding SU #" << SU->NodeNum << "\n");
1001 LoadNode->setNodeId(LoadSU->NodeNum);
1009 N->setNodeId(NewSU->NodeNum);
1107 DEBUG(dbgs() << " Duplicating SU #" << SU->NodeNum << "\n");
1360 DEBUG(dbgs() << " Repushing SU #" << SU->NodeNum << '\n');
1383 << " SU #" << CurSU->NodeNum << '\n');
1429 DEBUG(dbgs() << "ARTIFICIAL edge from SU(" << BtSU->NodeNum << ") to SU("
1430 << TrySU->NodeNum << ")\n");
1480 DEBUG(dbgs() << " Adding an edge from SU #" << TrySU->NodeNum
1481 << " to SU #" << Copies.front()->NodeNum << "\n");
1486 DEBUG(dbgs() << " Adding an edge from SU #" << NewDef->NodeNum
1487 << " to SU #" << TrySU->NodeNum << "\n");
1852 unsigned &SethiUllmanNumber = SUNumbers[SU->NodeNum];
1894 SethiUllmanNumbers[SU->NodeNum] = 0;
1901 assert(SU->NodeNum < SethiUllmanNumbers.size());
1925 return SethiUllmanNumbers[SU->NodeNum];
1927 unsigned Priority = SethiUllmanNumbers[SU->NodeNum];
2105 DEBUG(dbgs() << " SU(" << SU->NodeNum << ") has too many regdefs\n");
2292 DEBUG(dbgs() << "VRegCycle: SU(" << SU->NodeNum << ")\n");
2333 DEBUG(dbgs() << " VReg cycle use: SU (" << SU->NodeNum << ")\n");
2393 DEBUG(dbgs() << " Comparing latency of SU (" << left->NodeNum
2394 << ") depth " << LDepth << " vs SU (" << right->NodeNum
2417 DEBUG(dbgs() << " SU (" << left->NodeNum << ") "
2418 << PhysRegMsg[LHasPhysReg] << " SU(" << right->NodeNum << ") "
2563 DEBUG(dbgs() << " pressure SU(" << left->NodeNum << ") > SU("
2564 << right->NodeNum << ")\n");
2568 DEBUG(dbgs() << " pressure SU(" << right->NodeNum << ") > SU("
2569 << left->NodeNum << ")\n");
2631 DEBUG(dbgs() << "RegPressureDiff SU(" << left->NodeNum << "): " << LPDiff
2632 << " != SU(" << right->NodeNum << "): " << RPDiff << "\n");
2644 DEBUG(dbgs() << "Live uses SU(" << left->NodeNum << "): " << LLiveUses
2645 << " != SU(" << right->NodeNum << "): " << RLiveUses << "\n");
2659 DEBUG(dbgs() << "Depth of SU(" << left->NodeNum << "): "
2660 << left->getDepth() << " != SU(" << right->NodeNum << "): "
2889 DEBUG(dbgs() << " Prescheduling SU #" << SU->NodeNum
2890 << " next to PredSU #" << PredSU->NodeNum
2981 << SU->NodeNum << " to SU #" << SuccSU->NodeNum << "\n");