An explicit representation of dependence graphs, and a pass that
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 8 Dec 2002 13:26:29 +0000 (13:26 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 8 Dec 2002 13:26:29 +0000 (13:26 +0000)
commit96b21c1054832f6e11a1a91e4df95d65016c9039
treee40d1a6eb8846b3a59cec77d7a52ea307c9bd509
parent138b0cd7daae5f95e1f851bd885cc0b385732abf
An explicit representation of dependence graphs, and a pass that
computes a dependence graph for data dependences on memory locations
using interprocedural Mod/Ref information.

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