Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionNormalization.h49 typedef SmallPtrSet<const Loop *, 2> PostIncLoopSet; typedef
55 const SCEV *normalizeForPostIncUse(const SCEV *S, const PostIncLoopSet &Loops,
65 const SCEV *denormalizeForPostIncUse(const SCEV *S, const PostIncLoopSet &Loops,
DIVUsers.h69 const PostIncLoopSet &getPostIncLoops() const { in getPostIncLoops()
87 PostIncLoopSet PostIncLoops;
DScalarEvolutionExpander.h68 PostIncLoopSet PostIncLoops;
246 void setPostInc(const PostIncLoopSet &L) {
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionNormalization.h64 typedef SmallPtrSet<const Loop *, 2> PostIncLoopSet; typedef
72 PostIncLoopSet &Loops,
DIVUsers.h68 const PostIncLoopSet &getPostIncLoops() const { in getPostIncLoops()
86 PostIncLoopSet PostIncLoops;
DScalarEvolutionExpander.h50 PostIncLoopSet PostIncLoops;
136 void setPostInc(const PostIncLoopSet &L) {
/external/llvm/include/llvm/Analysis/
DScalarEvolutionNormalization.h64 typedef SmallPtrSet<const Loop *, 2> PostIncLoopSet; typedef
72 PostIncLoopSet &Loops,
DIVUsers.h68 const PostIncLoopSet &getPostIncLoops() const { in getPostIncLoops()
86 PostIncLoopSet PostIncLoops;
DScalarEvolutionExpander.h59 PostIncLoopSet PostIncLoops;
234 void setPostInc(const PostIncLoopSet &L) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp98 const PostIncLoopSet &Loops, in normalizeForPostIncUse()
112 const PostIncLoopSet &Loops, in denormalizeForPostIncUse()
DScalarEvolutionExpander.cpp1240 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1327 PostIncLoopSet Loops; in expandAddRecExprLiterally()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionNormalization.cpp69 PostIncLoopSet &Loops;
76 PostIncTransform(TransformKind kind, PostIncLoopSet &loops, in PostIncTransform()
220 PostIncLoopSet &Loops, in TransformForPostIncUse()
DIVUsers.cpp204 for (PostIncLoopSet::const_iterator in print()
237 const_cast<PostIncLoopSet &>(IU.getPostIncLoops()), in getExpr()
DScalarEvolutionExpander.cpp1075 PostIncLoopSet Loops; in expandAddRecExprLiterally()
/external/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp69 PostIncLoopSet &Loops;
76 PostIncTransform(TransformKind kind, PostIncLoopSet &loops, in PostIncTransform()
249 PostIncLoopSet &Loops, in TransformForPostIncUse()
DIVUsers.cpp333 const_cast<PostIncLoopSet &>(IU.getPostIncLoops()), in getExpr()
DScalarEvolutionExpander.cpp1183 PostIncLoopSet SavedPostIncLoops = PostIncLoops; in getAddRecExprPHILiterally()
1267 PostIncLoopSet Loops; in expandAddRecExprLiterally()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp911 PostIncLoopSet PostIncLoops;
964 for (PostIncLoopSet::const_iterator I = PostIncLoops.begin(), in print()
3459 for (PostIncLoopSet::const_iterator I = LF.PostIncLoops.begin(), in AdjustInsertPositionForExpand()
3531 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()
3552 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp532 PostIncLoopSet Loops; in TEST_F()
593 std::vector<PostIncLoopSet> LoopSets; in TEST_F()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1084 PostIncLoopSet PostIncLoops;
4471 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()
4485 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1077 PostIncLoopSet PostIncLoops;
3227 PostIncLoopSet TmpPostIncLoops = U.getPostIncLoops(); in CollectFixupsAndInitialFormulae()
5049 PostIncLoopSet &Loops = const_cast<PostIncLoopSet &>(LF.PostIncLoops); in Expand()