Lines Matching refs:ISE
141 const SCEV *ISE = SE->getSCEV(I); in AddUsersImpl() local
145 if (!isInteresting(ISE, I, L, SE, LI)) in AddUsersImpl()
181 << " OF SCEV: " << *ISE << '\n'); in AddUsersImpl()
186 << " OF SCEV: " << *ISE << '\n'); in AddUsersImpl()
196 const SCEV *OriginalISE = ISE; in AddUsersImpl()
197 ISE = TransformForPostIncUse(NormalizeAutodetect, in AddUsersImpl()
198 ISE, User, I, in AddUsersImpl()
206 if (OriginalISE != ISE) { in AddUsersImpl()
208 TransformForPostIncUse(Denormalize, ISE, User, I, in AddUsersImpl()
215 << *ISE << '\n'); in AddUsersImpl()
220 DEBUG(if (SE->getSCEV(I) != ISE) in AddUsersImpl()
221 dbgs() << " NORMALIZED TO: " << *ISE << '\n'); in AddUsersImpl()