Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp98 const PostIncLoopSet &Loops, in normalizeForPostIncUse()
112 const PostIncLoopSet &Loops, in denormalizeForPostIncUse()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h83 PostIncLoopSet PostIncLoops;
323 void setPostInc(const PostIncLoopSet &L) {
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1300 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1389 PostIncLoopSet Loops; in expandAddRecExprLiterally()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1132 PostIncLoopSet PostIncLoops;
3323 PostIncLoopSet TmpPostIncLoops = U.getPostIncLoops(); in CollectFixupsAndInitialFormulae()
5364 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()