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

Declarations

include/llvm/Analysis/ScalarEvolutionNormalization.h
   64 const SCEV *denormalizeForPostIncUse(const SCEV *S, const PostIncLoopSet &Loops,

References

lib/Analysis/IVUsers.cpp
  271             denormalizeForPostIncUse(ISE, NewUse.PostIncLoops, *SE);
lib/Transforms/Scalar/LoopStrengthReduce.cpp
 5164     Reg = denormalizeForPostIncUse(Reg, LF.PostIncLoops, SE);
 5175     ScaledS = denormalizeForPostIncUse(ScaledS, Loops, SE);
unittests/Analysis/ScalarEvolutionTest.cpp
  541     auto *D0 = denormalizeForPostIncUse(N0, Loops, SE);
  548     auto *D1 = denormalizeForPostIncUse(N1, Loops, SE);
  614           auto *D = llvm::denormalizeForPostIncUse(N, LoopSet, SE);
  621           auto *D = llvm::denormalizeForPostIncUse(S, LoopSet, SE);