Lines Matching defs:Growth
401 CPUser &U, unsigned &Growth);
928 unsigned &Growth) {
947 Growth = CPEEnd - NextBlockOffset;
950 Growth += offsetToAlignment(CPEEnd, NextBlockAlignment);
956 UserOffset += Growth;
959 Growth = 0;
1177 unsigned Growth;
1178 if (isWaterInRange(UserOffset, WaterBB, U, Growth) &&
1180 NewWaterList.count(WaterBB)) && Growth < BestGrowth) {
1182 BestGrowth = Growth;
1185 << " Growth=" << Growth << '\n');