Lines Matching refs:PostIncLoops
1086 // loop. Remove this loop from the PostIncLoops set before expanding such
1089 // SavedIncLoops.swap(PostIncLoops), but we generally have a single element,
1091 PostIncLoopSet SavedPostIncLoops = PostIncLoops;
1092 PostIncLoops.clear();
1148 // After expanding subexpressions, restore the PostIncLoops set so the caller
1150 PostIncLoops = SavedPostIncLoops;
1166 if (PostIncLoops.count(L)) {
1208 if (!PostIncLoops.count(L))
1515 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L))
1541 // This is independent of PostIncLoops. The mapped value simply materializes
1552 if (!PostIncLoops.empty())