Home | History | Annotate | Download | only in Utils

Lines Matching defs:SE

98   if (ScalarEvolution *SE = LPM->getAnalysisIfAvailable<ScalarEvolution>()) {
100 SE->forgetLoop(L);
170 ScalarEvolution *SE = LPM->getAnalysisIfAvailable<ScalarEvolution>();
171 if (SE)
172 SE->forgetLoop(L);
274 for (succ_iterator SI = succ_begin(*BB), SE = succ_end(*BB);
275 SI != SE; ++SI) {
356 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB);
357 SI != SE; ++SI) {
388 if (SE && !CompletelyUnroll) {
390 simplifyLoopIVs(L, SE, LPM, DeadInsts);