[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)
commitbddcf8ba3a2747c225a467ee5a95e8043659bfae
treeae0f2b8d8d564cb1b470b7c510f3f4ac15c79c98
parent8a1d3fe9622ce4a491c6ee9c927872b16f317c7f
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227750 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp