Rename TarjanSCCIterator -> scc_iterator
authorChris Lattner <sabre@nondot.org>
Sun, 31 Aug 2003 20:01:57 +0000 (20:01 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 31 Aug 2003 20:01:57 +0000 (20:01 +0000)
commit55b2eb3ef828819a623444ce966e70ad86ad6da4
tree05b67c98e821654a5e36d0402b58a5be9ff45299
parentff8fc078906da46b00aa102d724590b1b96e5526
Rename TarjanSCCIterator -> scc_iterator
  * Increases consistency with other iterators (e.g. df_iterator, po_iterator...)
  * It's shorter
  * We don't name classes by the implementation, we name it for the interface!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8273 91177308-0d34-0410-b5e6-96231b3b80d8
include/Support/SCCIterator.h
include/llvm/ADT/SCCIterator.h
lib/Analysis/DataStructure/MemoryDepAnalysis.cpp
lib/Analysis/IPA/CallGraphSCCPass.cpp
lib/Analysis/IPA/MemoryDepAnalysis.cpp
lib/Analysis/IPA/PrintSCC.cpp
lib/Analysis/PrintSCC.cpp
tools/analyze/PrintSCC.cpp
tools/opt/PrintSCC.cpp