Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h915 bool hasComputableLoopEvolution(const SCEV *S, const Loop *L);
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp962 SE.hasComputableLoopEvolution(Reg, L); in RateRegister()
3173 if (SE.hasComputableLoopEvolution(SE.getSCEV(OtherOp), L)) in CollectLoopInvariantFixupsAndFormulae()
3377 !SE.hasComputableLoopEvolution(BaseReg, L)) in GenerateCombinations()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1618 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
DScalarEvolution.cpp8283 bool ScalarEvolution::hasComputableLoopEvolution(const SCEV *S, const Loop *L) { in hasComputableLoopEvolution() function in ScalarEvolution