Lines Matching refs:NodeNum
275 if (NewNode->NodeNum >= NumSUnits) in CreateNewSUnit()
286 if (NewNode->NodeNum >= NumSUnits) in CreateClone()
1007 LoadNode->setNodeId(LoadSU->NodeNum); in TryUnfoldSU()
1025 N->setNodeId(NewSU->NodeNum); in TryUnfoldSU()
1041 LLVM_DEBUG(dbgs() << "Unfolding SU #" << SU->NodeNum << "\n"); in TryUnfoldSU()
1176 LLVM_DEBUG(dbgs() << " Duplicating SU #" << SU->NodeNum << "\n"); in CopyAndMoveSuccessors()
1437 LLVM_DEBUG(dbgs() << " Repushing SU #" << SU->NodeNum << '\n'); in releaseInterferences()
1461 dbgs() << " SU #" << CurSU->NodeNum << '\n'); in PickNodeToScheduleBottomUp()
1507 LLVM_DEBUG(dbgs() << "ARTIFICIAL edge from SU(" << BtSU->NodeNum in PickNodeToScheduleBottomUp()
1508 << ") to SU(" << TrySU->NodeNum << ")\n"); in PickNodeToScheduleBottomUp()
1561 LLVM_DEBUG(dbgs() << " Adding an edge from SU #" << TrySU->NodeNum in PickNodeToScheduleBottomUp()
1562 << " to SU #" << Copies.front()->NodeNum << "\n"); in PickNodeToScheduleBottomUp()
1567 LLVM_DEBUG(dbgs() << " Adding an edge from SU #" << NewDef->NodeNum in PickNodeToScheduleBottomUp()
1568 << " to SU #" << TrySU->NodeNum << "\n"); in PickNodeToScheduleBottomUp()
1926 if (SUNumbers[SU->NodeNum] != 0) in CalcNodeSethiUllmanNumber()
1927 return SUNumbers[SU->NodeNum]; in CalcNodeSethiUllmanNumber()
1947 if (SUNumbers[PredSU->NodeNum] == 0) { in CalcNodeSethiUllmanNumber()
1970 unsigned PredSethiUllman = SUNumbers[PredSU->NodeNum]; in CalcNodeSethiUllmanNumber()
1982 SUNumbers[TempSU->NodeNum] = SethiUllmanNumber; in CalcNodeSethiUllmanNumber()
1986 assert(SUNumbers[SU->NodeNum] > 0 && "SethiUllman should never be zero!"); in CalcNodeSethiUllmanNumber()
1987 return SUNumbers[SU->NodeNum]; in CalcNodeSethiUllmanNumber()
2007 SethiUllmanNumbers[SU->NodeNum] = 0; in updateNode()
2014 assert(SU->NodeNum < SethiUllmanNumbers.size()); in getNodePriority()
2038 return SethiUllmanNumbers[SU->NodeNum]; in getNodePriority()
2040 unsigned Priority = SethiUllmanNumbers[SU->NodeNum]; in getNodePriority()
2213 LLVM_DEBUG(dbgs() << " SU(" << SU->NodeNum in scheduledNode()
2396 LLVM_DEBUG(dbgs() << "VRegCycle: SU(" << SU->NodeNum << ")\n"); in initVRegCycle()
2434 LLVM_DEBUG(dbgs() << " VReg cycle use: SU (" << SU->NodeNum << ")\n"); in hasVRegCycleUse()
2494 LLVM_DEBUG(dbgs() << " Comparing latency of SU (" << left->NodeNum in BUCompareLatency()
2495 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()
2518 LLVM_DEBUG(dbgs() << " SU (" << left->NodeNum << ") " in BURRSort()
2519 << PhysRegMsg[LHasPhysReg] << " SU(" << right->NodeNum in BURRSort()
2664 LLVM_DEBUG(dbgs() << " pressure SU(" << left->NodeNum << ") > SU(" in operator ()()
2665 << right->NodeNum << ")\n"); in operator ()()
2669 LLVM_DEBUG(dbgs() << " pressure SU(" << right->NodeNum << ") > SU(" in operator ()()
2670 << left->NodeNum << ")\n"); in operator ()()
2732 LLVM_DEBUG(dbgs() << "RegPressureDiff SU(" << left->NodeNum in operator ()()
2733 << "): " << LPDiff << " != SU(" << right->NodeNum in operator ()()
2746 LLVM_DEBUG(dbgs() << "Live uses SU(" << left->NodeNum << "): " << LLiveUses in operator ()()
2747 << " != SU(" << right->NodeNum << "): " << RLiveUses in operator ()()
2762 LLVM_DEBUG(dbgs() << "Depth of SU(" << left->NodeNum << "): " in operator ()()
2763 << left->getDepth() << " != SU(" << right->NodeNum in operator ()()
2986 dbgs() << " Prescheduling SU #" << SU.NodeNum << " next to PredSU #" in PrescheduleNodesWithMultipleUses()
2987 << PredSU->NodeNum in PrescheduleNodesWithMultipleUses()
3079 << SU.NodeNum << " to SU #" << SuccSU->NodeNum << "\n"); in AddPseudoTwoAddrDeps()