Lines Matching refs:PostIncLoops
1084 // loop. Remove this loop from the PostIncLoops set before expanding such
1087 // SavedIncLoops.swap(PostIncLoops), but we generally have a single element,
1089 PostIncLoopSet SavedPostIncLoops = PostIncLoops;
1090 PostIncLoops.clear();
1151 // After expanding subexpressions, restore the PostIncLoops set so the caller
1153 PostIncLoops = SavedPostIncLoops;
1169 if (PostIncLoops.count(L)) {
1208 if (!PostIncLoops.count(L))
1514 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L))
1539 // This is independent of PostIncLoops. The mapped value simply materializes
1550 if (!PostIncLoops.empty())