Lines Matching defs:Growth
268 CPUser &U, unsigned &Growth);
1130 unsigned &Growth) {
1150 Growth = CPEEnd - NextBlockOffset;
1153 Growth += offsetToAlignment(CPEEnd, NextBlockAlignment);
1159 UserOffset += Growth + UnknownPadding(MF->getAlignment(), Log2(CPEAlign));
1162 Growth = 0;
1343 unsigned Growth;
1344 if (isWaterInRange(UserOffset, WaterBB, U, Growth) &&
1347 Growth < BestGrowth) {
1349 BestGrowth = Growth;
1352 << " Growth=" << Growth << '\n');