Generalize AAEval so that it can be used both per-function and
authorDan Gohman <gohman@apple.com>
Mon, 28 Jun 2010 16:01:37 +0000 (16:01 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 28 Jun 2010 16:01:37 +0000 (16:01 +0000)
commit8d121694a3eaf377e3229a7fa325e81e83cbb2fb
treec550286c519c0fcc19a6dc9925c68c298465ea9d
parent062f7f10f9a89e43421d3dc9ef0728831aa1befa
Generalize AAEval so that it can be used both per-function and
interprocedurally. Note that as of this writing, existing alias
analysis passes are not prepared to be used interprocedurally.

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