Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionNormalization.h48 typedef SmallPtrSet<const Loop *, 2> PostIncLoopSet; typedef
55 const SCEV *normalizeForPostIncUse(const SCEV *S, const PostIncLoopSet &Loops,
66 const SCEV *denormalizeForPostIncUse(const SCEV *S, const PostIncLoopSet &Loops,
H A DIVUsers.h66 const PostIncLoopSet &getPostIncLoops() const { in getPostIncLoops()
84 PostIncLoopSet PostIncLoops;
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp98 const PostIncLoopSet &Loops, in normalizeForPostIncUse()
121 const PostIncLoopSet &Loops, in denormalizeForPostIncUse()
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h102 PostIncLoopSet PostIncLoops;
355 void setPostInc(const PostIncLoopSet &L) {
/llvm-project/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp528 PostIncLoopSet Loops; in TEST_F()
589 std::vector<PostIncLoopSet> LoopSets; in TEST_F()
/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1067 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1150 PostIncLoopSet Loops; in expandAddRecExprLiterally()
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1263 PostIncLoopSet PostIncLoops;
3551 PostIncLoopSet TmpPostIncLoops = U.getPostIncLoops(); in CollectFixupsAndInitialFormulae()
4400 getAnyExtendConsideringPostIncUses(ArrayRef<PostIncLoopSet> Loops, in getAnyExtendConsideringPostIncUses()
4436 SmallVector<PostIncLoopSet> Loops; in GenerateTruncates()
5732 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()