Home | History | Annotate | Download | only in src

Lines Matching refs:addWeight

584 /// that represents infinite weight, and an addWeight() method that ensures that
596 void addWeight(BaseType Delta) {
603 void addWeight(const RegWeight &Other) { addWeight(Other.Weight); }