Lines Matching defs:SizeInc
112 InstrEvalMap &InstrEvalResult, short &SizeInc);
805 short &SizeInc) {
821 SizeInc++;
831 SizeInc += AddaslUseList.size();
832 SizeInc -= 1; // Reduce size by 1 as addasl itself can be removed.
835 SizeInc++;
849 SizeInc -= 2;
1100 short SizeInc = 0;
1106 if (!analyzeUses(DefR, UNodeList, InstrEvalResult, SizeInc))
1108 if (SizeInc > CodeGrowthLimit)