[LoopVectorize] Add accessors for Num{Stores,Loads,PredStores} in AccessAnalysis
authorAdam Nemet <anemet@apple.com>
Sun, 1 Feb 2015 16:56:02 +0000 (16:56 +0000)
committerAdam Nemet <anemet@apple.com>
Sun, 1 Feb 2015 16:56:02 +0000 (16:56 +0000)
commit5985971fa57d0151db3b96b5c4318232b65d1a98
tree0412376287f337e522c3b0b77c79ca161febe656
parenta2abc59dac427dbcef35be3597705bc4e71b9ad7
[LoopVectorize] Add accessors for Num{Stores,Loads,PredStores} in AccessAnalysis

These members are moving to LoopAccessAnalysis.  The accessors help to hide
this.

NFC.  This is part of the patchset that splits out the memory dependence logic
from LoopVectorizationLegality into a new class LoopAccessAnalysis.
LoopAccessAnalysis will be used by the new Loop Distribution pass.

llvm-svn: 227750
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp