reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/LoopStrengthReduce.cpp
 3463         LSRFixup &LF = LU.getNewFixup();
 3467         LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L);
 3468         if (!LU.WidestFixupType ||
 3469             SE.getTypeSizeInBits(LU.WidestFixupType) <
 3471           LU.WidestFixupType = LF.OperandValToReplace->getType();
 3472         InsertSupplementalFormula(US, LU, LUIdx);
 3473         CountRegisters(LU.Formulae.back(), Uses.size() - 1);