Searched refs:ExitPreLoopAtSCEV (Results 1 – 1 of 1) sorted by relevance
1442 const SCEV *ExitPreLoopAtSCEV = nullptr; in run() local1445 ExitPreLoopAtSCEV = *SR.LowLimit; in run()1448 ExitPreLoopAtSCEV = SE.getAddExpr(*SR.HighLimit, MinusOneS); in run()1456 if (!isSafeToExpandAt(ExitPreLoopAtSCEV, InsertPt, SE)) { in run()1458 << " preloop exit limit " << *ExitPreLoopAtSCEV in run()1464 ExitPreLoopAt = Expander.expandCodeFor(ExitPreLoopAtSCEV, IVTy, InsertPt); in run()