Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:ResCount

472   int ResCount = 1;
476 return ResCount;
480 ResCount += PriorityOne;
484 ResCount += (SU->getHeight() * ScaleTwo);
489 ResCount <<= FactorOne;
491 ResCount += (SU->getDepth() * ScaleTwo);
496 ResCount <<= FactorOne;
516 ResCount += (NumNodesBlocking * ScaleTwo);
519 ResCount -= (Delta.Excess.UnitIncrease*PriorityThree);
520 ResCount -= (Delta.CriticalMax.UnitIncrease*PriorityThree);
522 DEBUG(if (verbose) dbgs() << " Total(" << ResCount << ")");
524 return ResCount;