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

References

lib/Transforms/Scalar/LoopStrengthReduce.cpp
 4506     for (const Formula &F : LU.Formulae) {
 4510       LSRUse *LUThatHas = FindUseWithSimilarFormula(F, LU);
 4515                               LU.Kind, LU.AccessTy))
 4515                               LU.Kind, LU.AccessTy))
 4518       LLVM_DEBUG(dbgs() << "  Deleting use "; LU.print(dbgs()); dbgs() << '\n');
 4520       LUThatHas->AllFixupsOutsideLoop &= LU.AllFixupsOutsideLoop;
 4523       for (LSRFixup &Fixup : LU.Fixups) {
 4547       DeleteUse(LU, LUIdx);