Lines Matching defs:Weight
537 // Weight assigned to this RegUnit for estimating register pressure.
540 unsigned Weight;
554 RegUnit() : Weight(0), RegClassUnitSetsIdx(0), Artificial(false) {
570 unsigned Weight = 0; // Cache the sum of all unit weights.
749 unsigned newRegUnit(unsigned Weight) {
751 RU.Weight = Weight;
799 unsigned Weight = 0;
801 Weight += getRegUnit(Unit).Weight;
802 return Weight;
815 getRegUnit(RUID).Weight += Inc;