Lines Matching defs:Growth
269 CPUser &U, unsigned &Growth);
1125 unsigned &Growth) {
1145 Growth = CPEEnd - NextBlockOffset;
1148 Growth += offsetToAlignment(CPEEnd, NextBlockAlignment);
1154 UserOffset += Growth + UnknownPadding(MF->getAlignment(), Log2(CPEAlign));
1157 Growth = 0;
1337 unsigned Growth;
1338 if (isWaterInRange(UserOffset, WaterBB, U, Growth) &&
1341 Growth < BestGrowth) {
1343 BestGrowth = Growth;
1346 << " Growth=" << Growth << '\n');