Searched refs:ExitPreLoopAtSCEV (Results 1 – 1 of 1) sorted by relevance
1416 const SCEV *ExitPreLoopAtSCEV = nullptr; in run() local1419 ExitPreLoopAtSCEV = *SR.LowLimit; in run()1422 ExitPreLoopAtSCEV = SE.getAddExpr(*SR.HighLimit, MinusOneS); in run()1430 if (!isSafeToExpandAt(ExitPreLoopAtSCEV, InsertPt, SE)) { in run()1432 << " preloop exit limit " << *ExitPreLoopAtSCEV in run()1438 ExitPreLoopAt = Expander.expandCodeFor(ExitPreLoopAtSCEV, IVTy, InsertPt); in run()