Lines Matching refs:ISE
149 const SCEV *ISE = SE->getSCEV(I); in AddUsersImpl() local
153 if (!isInteresting(ISE, I, L, SE, LI)) in AddUsersImpl()
189 << " OF SCEV: " << *ISE << '\n'); in AddUsersImpl()
194 << " OF SCEV: " << *ISE << '\n'); in AddUsersImpl()
204 const SCEV *OriginalISE = ISE; in AddUsersImpl()
205 ISE = TransformForPostIncUse(NormalizeAutodetect, in AddUsersImpl()
206 ISE, User, I, in AddUsersImpl()
214 if (OriginalISE != ISE) { in AddUsersImpl()
216 TransformForPostIncUse(Denormalize, ISE, User, I, in AddUsersImpl()
223 << *ISE << '\n'); in AddUsersImpl()
228 DEBUG(if (SE->getSCEV(I) != ISE) in AddUsersImpl()
229 dbgs() << " NORMALIZED TO: " << *ISE << '\n'); in AddUsersImpl()