Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
5714c974006d4fe28ddd66d15e9b158493df00b6
/
lib
/
Analysis
/
PrintSCC.cpp
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