Move the SCEV object factors from being static members of the individual
authorDan Gohman <gohman@apple.com>
Mon, 22 Oct 2007 18:31:58 +0000 (18:31 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 22 Oct 2007 18:31:58 +0000 (18:31 +0000)
commit246b2564d3bbbafe06ebf6a67745cd24141b5cb4
tree44ca6627cdb239fbc1e2bdbe853716f4ccb29696
parent245741d2a1ccec53a87bb5d02b711244c179f07a
Move the SCEV object factors from being static members of the individual
SCEV subclasses to being non-static member functions of the ScalarEvolution
class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43224 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ScalarEvolutionExpander.h
include/llvm/Analysis/ScalarEvolutionExpressions.h
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp