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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h53 /// PostIncLoops - Addrecs referring to any of the given loops are expanded
58 PostIncLoopSet PostIncLoops; member in class:llvm::SCEVExpander
155 PostIncLoops = L;
160 PostIncLoops.clear();
H A DIVUsers.h68 return PostIncLoops;
83 /// PostIncLoops - The set of loops for which Expr has been adjusted to
85 PostIncLoopSet PostIncLoops; member in class:llvm::IVStrideUse
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1098 /// PostIncLoops - If this user is to use the post-incremented value of an
1101 PostIncLoopSet PostIncLoops; member in struct:__anon26300::LSRFixup
1155 for (PostIncLoopSet::const_iterator I = PostIncLoops.begin(),
1156 E = PostIncLoops.end(); I != E; ++I) {
2995 LF.PostIncLoops = UI->getPostIncLoops();
3030 LF.PostIncLoops, SE, DT);
4472 if (LF.PostIncLoops.count(L)) {
4480 for (PostIncLoopSet::const_iterator I = LF.PostIncLoops.begin(),
4481 E = LF.PostIncLoops.end(); I != E; ++I) {
4538 Rewriter.setPostInc(LF.PostIncLoops);
[all...]

Completed in 916 milliseconds