Lines Matching refs:NodeNum

280     if (NewNode->NodeNum >= NumSUnits)  in CreateNewSUnit()
290 if (NewNode->NodeNum >= NumSUnits) in CreateClone()
1010 LoadNode->setNodeId(LoadSU->NodeNum); in TryUnfoldSU()
1029 N->setNodeId(NewSU->NodeNum); in TryUnfoldSU()
1045 LLVM_DEBUG(dbgs() << "Unfolding SU #" << SU->NodeNum << "\n"); in TryUnfoldSU()
1180 LLVM_DEBUG(dbgs() << " Duplicating SU #" << SU->NodeNum << "\n"); in CopyAndMoveSuccessors()
1457 LLVM_DEBUG(dbgs() << " Repushing SU #" << SU->NodeNum << '\n'); in releaseInterferences()
1481 dbgs() << " SU #" << CurSU->NodeNum << '\n'); in PickNodeToScheduleBottomUp()
1531 LLVM_DEBUG(dbgs() << "ARTIFICIAL edge from SU(" << BtSU->NodeNum in PickNodeToScheduleBottomUp()
1532 << ") to SU(" << TrySU->NodeNum << ")\n"); in PickNodeToScheduleBottomUp()
1585 LLVM_DEBUG(dbgs() << " Adding an edge from SU #" << TrySU->NodeNum in PickNodeToScheduleBottomUp()
1586 << " to SU #" << Copies.front()->NodeNum << "\n"); in PickNodeToScheduleBottomUp()
1591 LLVM_DEBUG(dbgs() << " Adding an edge from SU #" << NewDef->NodeNum in PickNodeToScheduleBottomUp()
1592 << " to SU #" << TrySU->NodeNum << "\n"); in PickNodeToScheduleBottomUp()
1953 if (SUNumbers[SU->NodeNum] != 0) in CalcNodeSethiUllmanNumber()
1954 return SUNumbers[SU->NodeNum]; in CalcNodeSethiUllmanNumber()
1974 if (SUNumbers[PredSU->NodeNum] == 0) { in CalcNodeSethiUllmanNumber()
1997 unsigned PredSethiUllman = SUNumbers[PredSU->NodeNum]; in CalcNodeSethiUllmanNumber()
2009 SUNumbers[TempSU->NodeNum] = SethiUllmanNumber; in CalcNodeSethiUllmanNumber()
2013 assert(SUNumbers[SU->NodeNum] > 0 && "SethiUllman should never be zero!"); in CalcNodeSethiUllmanNumber()
2014 return SUNumbers[SU->NodeNum]; in CalcNodeSethiUllmanNumber()
2034 SethiUllmanNumbers[SU->NodeNum] = 0; in updateNode()
2041 assert(SU->NodeNum < SethiUllmanNumbers.size()); in getNodePriority()
2065 return SethiUllmanNumbers[SU->NodeNum]; in getNodePriority()
2067 unsigned Priority = SethiUllmanNumbers[SU->NodeNum]; in getNodePriority()
2240 LLVM_DEBUG(dbgs() << " SU(" << SU->NodeNum in scheduledNode()
2432 LLVM_DEBUG(dbgs() << "VRegCycle: SU(" << SU->NodeNum << ")\n"); in initVRegCycle()
2470 LLVM_DEBUG(dbgs() << " VReg cycle use: SU (" << SU->NodeNum << ")\n"); in hasVRegCycleUse()
2530 LLVM_DEBUG(dbgs() << " Comparing latency of SU (" << left->NodeNum in BUCompareLatency()
2531 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()
2554 LLVM_DEBUG(dbgs() << " SU (" << left->NodeNum << ") " in BURRSort()
2555 << PhysRegMsg[LHasPhysReg] << " SU(" << right->NodeNum in BURRSort()
2700 LLVM_DEBUG(dbgs() << " pressure SU(" << left->NodeNum << ") > SU(" in operator ()()
2701 << right->NodeNum << ")\n"); in operator ()()
2705 LLVM_DEBUG(dbgs() << " pressure SU(" << right->NodeNum << ") > SU(" in operator ()()
2706 << left->NodeNum << ")\n"); in operator ()()
2768 LLVM_DEBUG(dbgs() << "RegPressureDiff SU(" << left->NodeNum in operator ()()
2769 << "): " << LPDiff << " != SU(" << right->NodeNum in operator ()()
2782 LLVM_DEBUG(dbgs() << "Live uses SU(" << left->NodeNum << "): " << LLiveUses in operator ()()
2783 << " != SU(" << right->NodeNum << "): " << RLiveUses in operator ()()
2798 LLVM_DEBUG(dbgs() << "Depth of SU(" << left->NodeNum << "): " in operator ()()
2799 << left->getDepth() << " != SU(" << right->NodeNum in operator ()()
3040 dbgs() << " Prescheduling SU #" << SU.NodeNum << " next to PredSU #" in PrescheduleNodesWithMultipleUses()
3041 << PredSU->NodeNum in PrescheduleNodesWithMultipleUses()
3133 << SU.NodeNum << " to SU #" << SuccSU->NodeNum << "\n"); in AddPseudoTwoAddrDeps()