Home | History | Annotate | Download | only in Utils

Lines Matching defs:SE

78     ScalarEvolution *SE;
131 SE = getAnalysisIfAvailable<ScalarEvolution>();
169 for (succ_iterator SI = succ_begin(*I), SE = succ_end(*I); SI != SE; ++SI)
270 if (SE) SE->forgetValue(PN);
333 if (SE)
334 SE->forgetLoop(L);
555 if (SE)
556 SE->forgetLoop(L);