Lines Matching defs:SizeInc
100 InstrEvalMap &InstrEvalResult, short &SizeInc);
512 short &SizeInc) {
528 SizeInc++;
538 SizeInc += AddaslUseList.size();
539 SizeInc -= 1; // Reduce size by 1 as addasl itself can be removed.
542 SizeInc++;
556 SizeInc -= 2;
806 short SizeInc = 0;
812 if (!analyzeUses(DefR, UNodeList, InstrEvalResult, SizeInc))
814 if (SizeInc > CodeGrowthLimit)