Home | History | Annotate | Download | only in ARM

Lines Matching refs:getMaxInlineSizeThreshold

6296   // We expand it to a loop if size > Subtarget->getMaxInlineSizeThreshold().
6355 if (SizeVal <= Subtarget->getMaxInlineSizeThreshold()) {