OSDN Git Service

Add a basic intra-procedural escape analysis. This hasn't be extensively tested...
authorOwen Anderson <resistor@mac.com>
Fri, 10 Oct 2008 08:36:25 +0000 (08:36 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 10 Oct 2008 08:36:25 +0000 (08:36 +0000)
commit8f28c78e952b3943f4bb714254e802f126505e7a
treed9e0161c2d3d08d01c5a4832bb687c65f5260ead
parent1c341c8462a208ccc5ba4b4e030cdc989ce38818
Add a basic intra-procedural escape analysis.  This hasn't be extensively tested yet, but feedback is welcome.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57342 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/EscapeAnalysis.h [new file with mode: 0644]
lib/Analysis/EscapeAnalysis.cpp [new file with mode: 0644]