Home | History | Annotate | Download | only in Utils

Lines Matching refs:SE

106     if (ScalarEvolution *SE = LPM->getAnalysisIfAvailable<ScalarEvolution>()) {
108 SE->forgetLoop(L);
218 ScalarEvolution *SE = PP->getAnalysisIfAvailable<ScalarEvolution>();
219 if (SE)
220 SE->forgetLoop(L);
323 for (succ_iterator SI = succ_begin(*BB), SE = succ_end(*BB);
324 SI != SE; ++SI) {
409 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB);
410 SI != SE; ++SI) {
446 ScalarEvolution *SE = PP->getAnalysisIfAvailable<ScalarEvolution>();
447 if (SE && !CompletelyUnroll) {
449 simplifyLoopIVs(L, SE, LPM, DeadInsts);
495 ScalarEvolution *SE = PP->getAnalysisIfAvailable<ScalarEvolution>();
496 simplifyLoop(OuterL, DT, LI, PP, /*AliasAnalysis*/ nullptr, SE, DL);
506 formLCSSARecursively(*OuterL, *DT, SE);