Stub out a new updating interface to AliasAnalysis, allowing stateful analyses to...
authorOwen Anderson <resistor@mac.com>
Mon, 3 Jan 2011 21:38:41 +0000 (21:38 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 3 Jan 2011 21:38:41 +0000 (21:38 +0000)
commitab6acc6ecdc4585a55059e36d81481d1c26d3ff9
tree59e2d272e91a2b8e69d947794b7a2503ba50e7cf
parent375e5a380c38e8203ae90afd37f4a22266bc6357
Stub out a new updating interface to AliasAnalysis, allowing stateful analyses to be informed when
a pointer value has potentially become escaping.  Implementations can choose to either fall back to
conservative responses for that value, or may recompute their analysis to accomodate the change.

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