Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1508 bool hasComputableLoopEvolution(const SCEV *S, const Loop *L);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h958 bool hasComputableLoopEvolution(const SCEV *S, const Loop *L);
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp951 SE.hasComputableLoopEvolution(Reg, L); in RateRegister()
3129 if (SE.hasComputableLoopEvolution(SE.getSCEV(OtherOp), L)) in CollectLoopInvariantFixupsAndFormulae()
3330 !SE.hasComputableLoopEvolution(BaseReg, L)) in GenerateCombinations()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1303 SE->hasComputableLoopEvolution(Reg, L); in RateRegister()
3455 if (SE.hasComputableLoopEvolution(SE.getSCEV(OtherOp), L)) in CollectLoopInvariantFixupsAndFormulae()
3696 !SE.hasComputableLoopEvolution(BaseReg, L)) { in GenerateCombinations()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1683 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
DScalarEvolution.cpp9788 bool ScalarEvolution::hasComputableLoopEvolution(const SCEV *S, const Loop *L) { in hasComputableLoopEvolution() function in ScalarEvolution
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1851 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
DScalarEvolution.cpp11810 bool ScalarEvolution::hasComputableLoopEvolution(const SCEV *S, const Loop *L) { in hasComputableLoopEvolution() function in ScalarEvolution