Lines Matching refs:NodeNum

281     if (NewNode->NodeNum >= NumSUnits)  in CreateNewSUnit()
291 if (NewNode->NodeNum >= NumSUnits) in CreateClone()
1013 LoadNode->setNodeId(LoadSU->NodeNum); in TryUnfoldSU()
1032 N->setNodeId(NewSU->NodeNum); in TryUnfoldSU()
1048 LLVM_DEBUG(dbgs() << "Unfolding SU #" << SU->NodeNum << "\n"); in TryUnfoldSU()
1183 LLVM_DEBUG(dbgs() << " Duplicating SU #" << SU->NodeNum << "\n"); in CopyAndMoveSuccessors()
1462 LLVM_DEBUG(dbgs() << " Repushing SU #" << SU->NodeNum << '\n'); in releaseInterferences()
1486 dbgs() << " SU #" << CurSU->NodeNum << '\n'); in PickNodeToScheduleBottomUp()
1537 LLVM_DEBUG(dbgs() << "ARTIFICIAL edge from SU(" << BtSU->NodeNum in PickNodeToScheduleBottomUp()
1538 << ") to SU(" << TrySU->NodeNum << ")\n"); in PickNodeToScheduleBottomUp()
1591 LLVM_DEBUG(dbgs() << " Adding an edge from SU #" << TrySU->NodeNum in PickNodeToScheduleBottomUp()
1592 << " to SU #" << Copies.front()->NodeNum << "\n"); in PickNodeToScheduleBottomUp()
1597 LLVM_DEBUG(dbgs() << " Adding an edge from SU #" << NewDef->NodeNum in PickNodeToScheduleBottomUp()
1598 << " to SU #" << TrySU->NodeNum << "\n"); in PickNodeToScheduleBottomUp()
1959 if (SUNumbers[SU->NodeNum] != 0) in CalcNodeSethiUllmanNumber()
1960 return SUNumbers[SU->NodeNum]; in CalcNodeSethiUllmanNumber()
1980 if (SUNumbers[PredSU->NodeNum] == 0) { in CalcNodeSethiUllmanNumber()
2003 unsigned PredSethiUllman = SUNumbers[PredSU->NodeNum]; in CalcNodeSethiUllmanNumber()
2015 SUNumbers[TempSU->NodeNum] = SethiUllmanNumber; in CalcNodeSethiUllmanNumber()
2019 assert(SUNumbers[SU->NodeNum] > 0 && "SethiUllman should never be zero!"); in CalcNodeSethiUllmanNumber()
2020 return SUNumbers[SU->NodeNum]; in CalcNodeSethiUllmanNumber()
2040 SethiUllmanNumbers[SU->NodeNum] = 0; in updateNode()
2047 assert(SU->NodeNum < SethiUllmanNumbers.size()); in getNodePriority()
2071 return SethiUllmanNumbers[SU->NodeNum]; in getNodePriority()
2073 unsigned Priority = SethiUllmanNumbers[SU->NodeNum]; in getNodePriority()
2246 LLVM_DEBUG(dbgs() << " SU(" << SU->NodeNum in scheduledNode()
2429 LLVM_DEBUG(dbgs() << "VRegCycle: SU(" << SU->NodeNum << ")\n"); in initVRegCycle()
2467 LLVM_DEBUG(dbgs() << " VReg cycle use: SU (" << SU->NodeNum << ")\n"); in hasVRegCycleUse()
2527 LLVM_DEBUG(dbgs() << " Comparing latency of SU (" << left->NodeNum in BUCompareLatency()
2528 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()
2551 LLVM_DEBUG(dbgs() << " SU (" << left->NodeNum << ") " in BURRSort()
2552 << PhysRegMsg[LHasPhysReg] << " SU(" << right->NodeNum in BURRSort()
2697 LLVM_DEBUG(dbgs() << " pressure SU(" << left->NodeNum << ") > SU(" in operator ()()
2698 << right->NodeNum << ")\n"); in operator ()()
2702 LLVM_DEBUG(dbgs() << " pressure SU(" << right->NodeNum << ") > SU(" in operator ()()
2703 << left->NodeNum << ")\n"); in operator ()()
2765 LLVM_DEBUG(dbgs() << "RegPressureDiff SU(" << left->NodeNum in operator ()()
2766 << "): " << LPDiff << " != SU(" << right->NodeNum in operator ()()
2779 LLVM_DEBUG(dbgs() << "Live uses SU(" << left->NodeNum << "): " << LLiveUses in operator ()()
2780 << " != SU(" << right->NodeNum << "): " << RLiveUses in operator ()()
2795 LLVM_DEBUG(dbgs() << "Depth of SU(" << left->NodeNum << "): " in operator ()()
2796 << left->getDepth() << " != SU(" << right->NodeNum in operator ()()
3042 dbgs() << " Prescheduling SU #" << SU.NodeNum << " next to PredSU #" in PrescheduleNodesWithMultipleUses()
3043 << PredSU->NodeNum in PrescheduleNodesWithMultipleUses()
3135 << SU.NodeNum << " to SU #" << SuccSU->NodeNum << "\n"); in AddPseudoTwoAddrDeps()