diff options
| author | Sebastian Pop <spop@codeaurora.org> | 2014-05-09 22:45:07 +0000 |
|---|---|---|
| committer | Sebastian Pop <spop@codeaurora.org> | 2014-05-09 22:45:07 +0000 |
| commit | 47fe7de1b517161d1c162ead1ec6e1143dd99372 (patch) | |
| tree | 5cf80971f8edda453ab14ef46e7b238a6e1333a0 /llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h | |
| parent | 444621abe1951358fc5051b28e31bb2efdf5d61f (diff) | |
| download | bcm5719-llvm-47fe7de1b517161d1c162ead1ec6e1143dd99372.tar.gz bcm5719-llvm-47fe7de1b517161d1c162ead1ec6e1143dd99372.zip | |
move findArrayDimensions to ScalarEvolution
we do not use the information from SCEVAddRecExpr to compute the shape of the array,
so a better place for this function is in ScalarEvolution.
llvm-svn: 208456
Diffstat (limited to 'llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h')
| -rw-r--r-- | llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h b/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h index 0a8a03076ac..ba32e928d95 100644 --- a/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h +++ b/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h @@ -361,12 +361,6 @@ namespace llvm { void collectParametricTerms(ScalarEvolution &SE, SmallVectorImpl<const SCEV *> &Terms) const; - /// Compute the array dimensions Sizes from the set of Terms extracted from - /// the memory access function of this SCEVAddRecExpr. - void findArrayDimensions(ScalarEvolution &SE, - SmallVectorImpl<const SCEV *> &Terms, - SmallVectorImpl<const SCEV *> &Sizes) const; - /// Return in Subscripts the access functions for each dimension in Sizes. const SCEV * computeAccessFunctions(ScalarEvolution &SE, |

