Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h837 bool hasComputableLoopEvolution(const SCEV *S, const Loop *L);
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1508 bool hasComputableLoopEvolution(const SCEV *S, const Loop *L);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h940 bool hasComputableLoopEvolution(const SCEV *S, const Loop *L);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp790 SE.hasComputableLoopEvolution(Reg, L); in RateRegister()
2275 if (SE.hasComputableLoopEvolution(SE.getSCEV(OtherOp), L)) in CollectLoopInvariantFixupsAndFormulae()
2433 !SE.hasComputableLoopEvolution(BaseReg, L)) in GenerateCombinations()
/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-7.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1271 SE.hasComputableLoopEvolution(Reg, L); in RateRegister()
3413 if (SE.hasComputableLoopEvolution(SE.getSCEV(OtherOp), L)) in CollectLoopInvariantFixupsAndFormulae()
3652 !SE.hasComputableLoopEvolution(BaseReg, L)) in GenerateCombinations()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp1399 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
DScalarEvolution.cpp6606 bool ScalarEvolution::hasComputableLoopEvolution(const SCEV *S, const Loop *L) { in hasComputableLoopEvolution() function in ScalarEvolution
/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-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1768 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L) && in expand()
DScalarEvolution.cpp11494 bool ScalarEvolution::hasComputableLoopEvolution(const SCEV *S, const Loop *L) { in hasComputableLoopEvolution() function in ScalarEvolution