Lines Matching refs:ISE
166 const SCEV *ISE = SE->getSCEV(I); in AddUsersIfInteresting() local
170 if (!isInteresting(ISE, I, L, SE, LI)) in AddUsersIfInteresting()
194 << " OF SCEV: " << *ISE << '\n'); in AddUsersIfInteresting()
199 << " OF SCEV: " << *ISE << '\n'); in AddUsersIfInteresting()
209 const SCEV *OriginalISE = ISE; in AddUsersIfInteresting()
219 ISE = normalizeForPostIncUseIf(ISE, NormalizePred, *SE); in AddUsersIfInteresting()
225 if (OriginalISE != ISE) { in AddUsersIfInteresting()
227 denormalizeForPostIncUse(ISE, NewUse.PostIncLoops, *SE); in AddUsersIfInteresting()
234 << *ISE << '\n'); in AddUsersIfInteresting()
239 LLVM_DEBUG(if (SE->getSCEV(I) != ISE) dbgs() in AddUsersIfInteresting()
240 << " NORMALIZED TO: " << *ISE << '\n'); in AddUsersIfInteresting()