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()
1449 LLVM_DEBUG(dbgs() << " Repushing SU #" << SU->NodeNum << '\n'); in releaseInterferences()
1473 dbgs() << " SU #" << CurSU->NodeNum << '\n'); in PickNodeToScheduleBottomUp()
1524 LLVM_DEBUG(dbgs() << "ARTIFICIAL edge from SU(" << BtSU->NodeNum in PickNodeToScheduleBottomUp()
1525 << ") to SU(" << TrySU->NodeNum << ")\n"); in PickNodeToScheduleBottomUp()
1578 LLVM_DEBUG(dbgs() << " Adding an edge from SU #" << TrySU->NodeNum in PickNodeToScheduleBottomUp()
1579 << " to SU #" << Copies.front()->NodeNum << "\n"); in PickNodeToScheduleBottomUp()
1584 LLVM_DEBUG(dbgs() << " Adding an edge from SU #" << NewDef->NodeNum in PickNodeToScheduleBottomUp()
1585 << " to SU #" << TrySU->NodeNum << "\n"); in PickNodeToScheduleBottomUp()
1946 if (SUNumbers[SU->NodeNum] != 0) in CalcNodeSethiUllmanNumber()
1947 return SUNumbers[SU->NodeNum]; in CalcNodeSethiUllmanNumber()
1967 if (SUNumbers[PredSU->NodeNum] == 0) { in CalcNodeSethiUllmanNumber()
1990 unsigned PredSethiUllman = SUNumbers[PredSU->NodeNum]; in CalcNodeSethiUllmanNumber()
2002 SUNumbers[TempSU->NodeNum] = SethiUllmanNumber; in CalcNodeSethiUllmanNumber()
2006 assert(SUNumbers[SU->NodeNum] > 0 && "SethiUllman should never be zero!"); in CalcNodeSethiUllmanNumber()
2007 return SUNumbers[SU->NodeNum]; in CalcNodeSethiUllmanNumber()
2027 SethiUllmanNumbers[SU->NodeNum] = 0; in updateNode()
2034 assert(SU->NodeNum < SethiUllmanNumbers.size()); in getNodePriority()
2058 return SethiUllmanNumbers[SU->NodeNum]; in getNodePriority()
2060 unsigned Priority = SethiUllmanNumbers[SU->NodeNum]; in getNodePriority()
2233 LLVM_DEBUG(dbgs() << " SU(" << SU->NodeNum in scheduledNode()
2416 LLVM_DEBUG(dbgs() << "VRegCycle: SU(" << SU->NodeNum << ")\n"); in initVRegCycle()
2454 LLVM_DEBUG(dbgs() << " VReg cycle use: SU (" << SU->NodeNum << ")\n"); in hasVRegCycleUse()
2514 LLVM_DEBUG(dbgs() << " Comparing latency of SU (" << left->NodeNum in BUCompareLatency()
2515 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()
2538 LLVM_DEBUG(dbgs() << " SU (" << left->NodeNum << ") " in BURRSort()
2539 << PhysRegMsg[LHasPhysReg] << " SU(" << right->NodeNum in BURRSort()
2684 LLVM_DEBUG(dbgs() << " pressure SU(" << left->NodeNum << ") > SU(" in operator ()()
2685 << right->NodeNum << ")\n"); in operator ()()
2689 LLVM_DEBUG(dbgs() << " pressure SU(" << right->NodeNum << ") > SU(" in operator ()()
2690 << left->NodeNum << ")\n"); in operator ()()
2752 LLVM_DEBUG(dbgs() << "RegPressureDiff SU(" << left->NodeNum in operator ()()
2753 << "): " << LPDiff << " != SU(" << right->NodeNum in operator ()()
2766 LLVM_DEBUG(dbgs() << "Live uses SU(" << left->NodeNum << "): " << LLiveUses in operator ()()
2767 << " != SU(" << right->NodeNum << "): " << RLiveUses in operator ()()
2782 LLVM_DEBUG(dbgs() << "Depth of SU(" << left->NodeNum << "): " in operator ()()
2783 << left->getDepth() << " != SU(" << right->NodeNum in operator ()()
3029 dbgs() << " Prescheduling SU #" << SU.NodeNum << " next to PredSU #" in PrescheduleNodesWithMultipleUses()
3030 << PredSU->NodeNum in PrescheduleNodesWithMultipleUses()
3122 << SU.NodeNum << " to SU #" << SuccSU->NodeNum << "\n"); in AddPseudoTwoAddrDeps()