Chris Lattner
|
6c5fd8e055
|
The tarjan iterator now returns a reference to the current SCC, not a possibly null pointer!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8262 91177308-0d34-0410-b5e6-96231b3b80d8
|
2003-08-31 19:35:16 +00:00 |
|
Chris Lattner
|
8d0a23ab42
|
Indent classes correctly in the namespace
move bodies out-of-line
Add getAnalysisUsage method for SFGSCC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8259 91177308-0d34-0410-b5e6-96231b3b80d8
|
2003-08-31 19:27:11 +00:00 |
|
Chris Lattner
|
23ebd75aff
|
* Cleanups
* Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8258 91177308-0d34-0410-b5e6-96231b3b80d8
|
2003-08-31 19:23:41 +00:00 |
|
Vikram S. Adve
|
c405daf392
|
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
|
2002-11-04 14:20:22 +00:00 |
|