OSDN Git Service

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)
commit93c080e78a9f3db607ad6c1e2da3e28b431b18a7
treec550286c519c0fcc19a6dc9925c68c298465ea9d
parentab677f8e761a1b3ace9736e6647cc767f18ae6c9
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