Searched refs:hasComputableLoopEvolution (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolution.h | 837 bool hasComputableLoopEvolution(const SCEV *S, const Loop *L);
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1508 bool hasComputableLoopEvolution(const SCEV *S, const Loop *L);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 940 bool hasComputableLoopEvolution(const SCEV *S, const Loop *L);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 790 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/ |
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-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1271 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/ |
D | ScalarEvolutionExpander.cpp | 1399 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L)) in expand()
|
D | ScalarEvolution.cpp | 6606 bool ScalarEvolution::hasComputableLoopEvolution(const SCEV *S, const Loop *L) { in hasComputableLoopEvolution() function in ScalarEvolution
|
/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-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1768 if (L && SE.hasComputableLoopEvolution(S, L) && !PostIncLoops.count(L) && in expand()
|
D | ScalarEvolution.cpp | 11494 bool ScalarEvolution::hasComputableLoopEvolution(const SCEV *S, const Loop *L) { in hasComputableLoopEvolution() function in ScalarEvolution
|