Searched refs:hasComputableLoopEvolution (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1508 bool hasComputableLoopEvolution(const SCEV *S, const Loop *L);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 958 bool hasComputableLoopEvolution(const SCEV *S, const Loop *L);
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 951 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/ |
D | LoopStrengthReduce.cpp | 1303 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/ |
D | ScalarEvolutionExpander.cpp | 1683 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
|
D | ScalarEvolution.cpp | 9788 bool ScalarEvolution::hasComputableLoopEvolution(const SCEV *S, const Loop *L) { in hasComputableLoopEvolution() function in ScalarEvolution
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1851 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
|
D | ScalarEvolution.cpp | 11810 bool ScalarEvolution::hasComputableLoopEvolution(const SCEV *S, const Loop *L) { in hasComputableLoopEvolution() function in ScalarEvolution
|