Searched refs:isSafeToExpand (Results 1 – 6 of 6) sorted by relevance
273 if (!isSafeToExpand(NextLSCEV, *SE)) in runOnLoop()
564 !isSafeToExpand(ExitValue, *SE)) in rewriteLoopExitValues()
2976 if (SE.isLoopInvariant(N, L) && isSafeToExpand(N, SE)) { in CollectFixupsAndInitialFormulae()3019 if (!isSafeToExpand(S, SE)) in InsertInitialFormula()
29 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE);
330 if (!isSafeToExpand(BasePtrStartSCEV, *SE)) in runOnLoop()
2206 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE) { in isSafeToExpand() function