Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 4 Nov 2002 14:20:22 +0000 (14:20 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 4 Nov 2002 14:20:22 +0000 (14:20 +0000)
commitc405daf3923a9b32fced0b75b937e3d27fb7b349
treeff40f585690e5420543f43bf182f189f69d2044d
parent5fe9171b38404bdb2296b849182769083c9d07b3
Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4532 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/IPA/PrintSCC.cpp [new file with mode: 0644]
lib/Analysis/PrintSCC.cpp [new file with mode: 0644]
tools/analyze/PrintSCC.cpp [new file with mode: 0644]
tools/opt/PrintSCC.cpp [new file with mode: 0644]