Lines Matching defs:ResCount
598 int ResCount = 1;
602 return ResCount;
608 ResCount += PriorityOne;
617 ResCount += (SU->getHeight() * ScaleTwo);
630 ResCount += IsAvailableAmt;
637 ResCount += (SU->getDepth() * ScaleTwo);
650 ResCount += IsAvailableAmt;
673 ResCount += (NumNodesBlocking * ScaleTwo);
684 ResCount -= (Delta.Excess.getUnitInc() * PriorityOne);
686 ResCount -= (Delta.CriticalMax.getUnitInc() * PriorityOne);
689 ResCount -= (Delta.CurrentMax.getUnitInc() * PriorityTwo);
696 ResCount -= IsAvailableAmt;
711 ResCount += PriorityThree;
720 ResCount += PriorityThree;
736 ResCount -= PriorityOne;
744 ResCount -= PriorityOne;
753 dbgstr << "Total " << std::setw(4) << ResCount << ")";
757 return ResCount;