[LoopAccesses 1/3] Expose MemoryDepChecker to LAA users
authorAdam Nemet <anemet@apple.com>
Tue, 10 Mar 2015 17:40:34 +0000 (17:40 +0000)
committerAdam Nemet <anemet@apple.com>
Tue, 10 Mar 2015 17:40:34 +0000 (17:40 +0000)
commit0ddb48c2f8da0937c47c08bfb5ba58c47edf3bce
treef16a88b235c4f50c1516544b72bb515584433b57
parent0f4df6dc6f0811556687bc59f8f34b6343078293
[LoopAccesses 1/3] Expose MemoryDepChecker to LAA users

LoopDistribution needs to query various results of the dependence
analysis.  This series will expose some more APIs and state of the
dependence checker.

This patch is a simple one to just expose the DepChecker instance.  The
set is compile-time neutral measured with LTO bitcode files of
SpecINT2006.  Also there is no assembly change on the testsuite.

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