Home
last modified time | relevance | path

Searched refs:PostIncLoopSet (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolutionNormalization.h48 typedef SmallPtrSet<const Loop *, 2> PostIncLoopSet; typedef
54 const SCEV *normalizeForPostIncUse(const SCEV *S, const PostIncLoopSet &Loops,
64 const SCEV *denormalizeForPostIncUse(const SCEV *S, const PostIncLoopSet &Loops,
H A DIVUsers.h65 const PostIncLoopSet &getPostIncLoops() const { in getPostIncLoops()
83 PostIncLoopSet PostIncLoops;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp98 const PostIncLoopSet &Loops, in normalizeForPostIncUse()
112 const PostIncLoopSet &Loops, in denormalizeForPostIncUse()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h83 PostIncLoopSet PostIncLoops;
316 void setPostInc(const PostIncLoopSet &L) {
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp530 PostIncLoopSet Loops; in TEST_F()
591 std::vector<PostIncLoopSet> LoopSets; in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1273 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1362 PostIncLoopSet Loops; in expandAddRecExprLiterally()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1119 PostIncLoopSet PostIncLoops;
3310 PostIncLoopSet TmpPostIncLoops = U.getPostIncLoops(); in CollectFixupsAndInitialFormulae()
5330 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()