Searched defs:PostIncLoops (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DIVUsers.h69 return PostIncLoops;
84 /// PostIncLoops - The set of loops for which Expr has been adjusted to
86 PostIncLoopSet PostIncLoops; member in class:llvm::IVStrideUse
H A DScalarEvolutionExpander.h45 /// PostIncLoops - Addrecs referring to any of the given loops are expanded
50 PostIncLoopSet PostIncLoops; member in class:llvm::SCEVExpander
139 PostIncLoops = L;
144 PostIncLoops.clear();
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp908 /// PostIncLoops - If this user is to use the post-incremented value of an
911 PostIncLoopSet PostIncLoops; member in struct:__anon7040::LSRFixup
964 for (PostIncLoopSet::const_iterator I = PostIncLoops.begin(),
965 E = PostIncLoops.end(); I != E; ++I) {
2100 LF.PostIncLoops = UI->getPostIncLoops();
2135 LF.PostIncLoops, SE, DT);
3451 if (LF.PostIncLoops.count(L)) {
3459 for (PostIncLoopSet::const_iterator I = LF.PostIncLoops.begin(),
3460 E = LF.PostIncLoops.end(); I != E; ++I) {
3506 Rewriter.setPostInc(LF.PostIncLoops);
[all...]

Completed in 71 milliseconds