Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.h68 const PostIncLoopSet &getPostIncLoops() const { in getPostIncLoops()
86 PostIncLoopSet PostIncLoops;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp97 const PostIncLoopSet &Loops, in normalizeForPostIncUse()
111 const PostIncLoopSet &Loops, in denormalizeForPostIncUse()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h96 PostIncLoopSet PostIncLoops;
318 void setPostInc(const PostIncLoopSet &L) {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1323 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1412 PostIncLoopSet Loops; in expandAddRecExprLiterally()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1116 PostIncLoopSet PostIncLoops;
3309 PostIncLoopSet TmpPostIncLoops = U.getPostIncLoops(); in CollectFixupsAndInitialFormulae()
5281 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()