Searched refs:IsDec (Results 1 – 2 of 2) sorted by relevance
151 void addPressureChange(unsigned RegUnit, bool IsDec,
385 void PressureDiff::addPressureChange(unsigned RegUnit, bool IsDec, in addPressureChange() argument388 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); in addPressureChange()