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