Searched refs:hasComputableLoopEvolution (Results 1 – 4 of 4) sorted by relevance
958 bool hasComputableLoopEvolution(const SCEV *S, const Loop *L);
1303 SE->hasComputableLoopEvolution(Reg, L); in RateRegister()3455 if (SE.hasComputableLoopEvolution(SE.getSCEV(OtherOp), L)) in CollectLoopInvariantFixupsAndFormulae()3696 !SE.hasComputableLoopEvolution(BaseReg, L)) { in GenerateCombinations()
1851 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
11810 bool ScalarEvolution::hasComputableLoopEvolution(const SCEV *S, const Loop *L) { in hasComputableLoopEvolution() function in ScalarEvolution