[LAA] Split out a helper to check the pointer partitions, NFC
authorAdam Nemet <anemet@apple.com>
Thu, 16 Jul 2015 02:48:05 +0000 (02:48 +0000)
committerAdam Nemet <anemet@apple.com>
Thu, 16 Jul 2015 02:48:05 +0000 (02:48 +0000)
commit45646075c35b26055b136870c919de950b886032
tree45fd952a4c9f045ffae236e4eba72684d13b042f
parent3cd5b05b14414805a274c697a486837b3a263e37
[LAA] Split out a helper to check the pointer partitions, NFC

This is made a static public member function to allow the transition of
this logic from LAA to LoopDistribution.  (Technically, it could be an
implementation-local static function but then it would not be accessible
from LoopDistribution.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242376 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopAccessAnalysis.h
lib/Analysis/LoopAccessAnalysis.cpp