Searched refs:isSafeToExpand (Results 1 – 6 of 6) sorted by relevance
29 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE);
207 if (!isSafeToExpand(NextLSCEV, *SE)) in runOnLoop()
282 if (!isSafeToExpand(BasePtrStartSCEV, *SE)) in runOnLoop()
556 !isSafeToExpand(ExitValue, *SE)) in RewriteLoopExitValues()
3020 if (SE.isLoopInvariant(N, L) && isSafeToExpand(N, SE)) { in CollectFixupsAndInitialFormulae()3064 if (!isSafeToExpand(S, SE)) in InsertInitialFormula()
1923 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE) { in isSafeToExpand() function