Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Analysis/
HDScalarEvolution.h853 bool hasComputableLoopEvolution(const SCEV *S, const Loop *L);
/trueos/contrib/llvm/lib/Transforms/Scalar/
HDLoopStrengthReduce.cpp894 SE.hasComputableLoopEvolution(Reg, L); in RateRegister()
3105 if (SE.hasComputableLoopEvolution(SE.getSCEV(OtherOp), L)) in CollectLoopInvariantFixupsAndFormulae()
3285 !SE.hasComputableLoopEvolution(BaseReg, L)) in GenerateCombinations()
/trueos/contrib/llvm/lib/Analysis/
HDScalarEvolutionExpander.cpp1505 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
HDScalarEvolution.cpp7501 bool ScalarEvolution::hasComputableLoopEvolution(const SCEV *S, const Loop *L) { in hasComputableLoopEvolution() function in ScalarEvolution