Add a new experimental generalized dependence query interface to
authorDan Gohman <gohman@apple.com>
Wed, 8 Sep 2010 01:32:20 +0000 (01:32 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 8 Sep 2010 01:32:20 +0000 (01:32 +0000)
commit65924111bf648db8f20599f485be918c7aa1e7ef
tree1eb9bd1eebce3d470fe216ed7739711ee0174458
parent0cfcf93c95af91e809ef740eb0ab368477226b40
Add a new experimental generalized dependence query interface to
AliasAnalysis, and some code for implementing the new query on top of
existing implementations by making standard alias and getModRefInfo
queries.

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