An interprocedural analysis pass that computes flow-insensitive
authorVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 6 Nov 2002 17:02:03 +0000 (17:02 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 6 Nov 2002 17:02:03 +0000 (17:02 +0000)
commit895c0bd3fb76938d060cc7596b341d2b9193c21b
tree47fa0cbc9a19e8b70a120e7831ccbb604ceab4bd
parentdb7ab14434a7b15911c850ebdf740b0d8ebbb9e4
An interprocedural analysis pass that computes flow-insensitive
IP Mod and Ref information for every function and every call site.

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