Home
last modified time | relevance | path

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

/freebsd/contrib/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;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp98 const PostIncLoopSet &Loops, in normalizeForPostIncUse()
121 const PostIncLoopSet &Loops, in denormalizeForPostIncUse()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h100 PostIncLoopSet PostIncLoops;
348 void setPostInc(const PostIncLoopSet &L) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1036 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1119 PostIncLoopSet Loops; in expandAddRecExprLiterally()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1268 PostIncLoopSet PostIncLoops;
3550 PostIncLoopSet TmpPostIncLoops = U.getPostIncLoops(); in CollectFixupsAndInitialFormulae()
4398 getAnyExtendConsideringPostIncUses(ArrayRef<PostIncLoopSet> Loops, in getAnyExtendConsideringPostIncUses()
4434 SmallVector<PostIncLoopSet> Loops; in GenerateTruncates()
5730 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()