Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
b576c94c15af9a440f69d9d03c2afead7971118c
/
tools
/
analyze
/
PrintSCC.cpp
b576c94
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
55b2eb3
Rename TarjanSCCIterator -> scc_iterator
by Chris Lattner
· 22 years ago
729d73d
Don't explicitly use the SCC class
by Chris Lattner
· 22 years ago
9f2a06e
The SCC::HasLoop method is now in the main iterator
by Chris Lattner
· 22 years ago
6c5fd8e
The tarjan iterator now returns a reference to the current SCC, not a possibly null pointer!
by Chris Lattner
· 22 years ago
8d0a23a
Indent classes correctly in the namespace
by Chris Lattner
· 22 years ago
23ebd75
* Cleanups * Iterate from tarj_begin -> tarj_end, not from tarj_begin -> NULL
by Chris Lattner
· 22 years ago
c405daf
Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.
by Vikram S. Adve
· 23 years ago