Home | History | Annotate | Download | only in ARM

Lines Matching refs:Growth

297                         CPUser &U, unsigned &Growth);
994 unsigned &Growth) {
1013 Growth = CPEEnd - NextBlockOffset;
1016 Growth += OffsetToAlignment(CPEEnd, 1u << NextBlockAlignment);
1022 UserOffset += Growth + UnknownPadding(MF->getAlignment(), CPELogAlign);
1025 Growth = 0;
1202 unsigned Growth;
1203 if (isWaterInRange(UserOffset, WaterBB, U, Growth) &&
1205 NewWaterList.count(WaterBB)) && Growth < BestGrowth) {
1207 BestGrowth = Growth;
1210 << " Growth=" << Growth << '\n');