Generic graph iterator to enumerate the SCCs of a graph
authorVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 4 Nov 2002 14:15:57 +0000 (14:15 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 4 Nov 2002 14:15:57 +0000 (14:15 +0000)
commit5fe9171b38404bdb2296b849182769083c9d07b3
tree1f9fabcb55299dd220814c615084c60e5b58283d
parent02606637e070e936e81d8206945fb0c9b4a04ec2
Generic graph iterator to enumerate the SCCs of a graph
in linear time using Tarjan's DFS algorithm.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4531 91177308-0d34-0410-b5e6-96231b3b80d8
include/Support/SCCIterator.h [new file with mode: 0644]
include/llvm/ADT/SCCIterator.h [new file with mode: 0644]