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

/external/llvm/include/llvm/Analysis/
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
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();
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1036 /// PostIncLoops - If this user is to use the post-incremented value of an
1039 PostIncLoopSet PostIncLoops; member in struct:__anon22595::LSRFixup
1092 for (PostIncLoopSet::const_iterator I = PostIncLoops.begin(),
1093 E = PostIncLoops.end(); I != E; ++I) {
2915 LF.PostIncLoops = UI->getPostIncLoops();
2950 LF.PostIncLoops, SE, DT);
4299 if (LF.PostIncLoops.count(L)) {
4307 for (PostIncLoopSet::const_iterator I = LF.PostIncLoops.begin(),
4308 E = LF.PostIncLoops.end(); I != E; ++I) {
4363 Rewriter.setPostInc(LF.PostIncLoops);
[all...]

Completed in 256 milliseconds