Home
last modified time | relevance | path

Searched refs:hasComputableLoopEvolution (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h940 bool hasComputableLoopEvolution(const SCEV *S, const Loop *L);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1276 SE.hasComputableLoopEvolution(Reg, L); in RateRegister()
3418 if (SE.hasComputableLoopEvolution(SE.getSCEV(OtherOp), L)) in CollectLoopInvariantFixupsAndFormulae()
3659 !SE.hasComputableLoopEvolution(BaseReg, L)) { in GenerateCombinations()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1768 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L) && in expand()
H A DScalarEvolution.cpp11654 bool ScalarEvolution::hasComputableLoopEvolution(const SCEV *S, const Loop *L) { in hasComputableLoopEvolution() function in ScalarEvolution