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

References

lib/Transforms/Scalar/LoopStrengthReduce.cpp
 3313     LSRFixup &LF = LU.getNewFixup();
 3318     LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L);
 3320     if (!LU.WidestFixupType ||
 3321         SE.getTypeSizeInBits(LU.WidestFixupType) <
 3323       LU.WidestFixupType = LF.OperandValToReplace->getType();
 3326     if (LU.Formulae.empty()) {
 3327       InsertInitialFormula(S, LU, LUIdx);
 3328       CountRegisters(LU.Formulae.back(), LUIdx);