Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1132 bool hasComputableLoopEvolution(const SCEV *S, const Loop *L);
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1333 SE->hasComputableLoopEvolution(Reg, L); in RateRegister()
3546 if (SE.hasComputableLoopEvolution(SE.getSCEV(OtherOp), L)) in CollectLoopInvariantFixupsAndFormulae()
3784 !SE.hasComputableLoopEvolution(BaseReg, L)) { in GenerateCombinations()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1840 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp13434 bool ScalarEvolution::hasComputableLoopEvolution(const SCEV *S, const Loop *L) { in hasComputableLoopEvolution() function in ScalarEvolution