LLVM API Documentation
#include "llvm/ADT/GraphTraits.h"
#include "llvm/ADT/iterator"
#include <vector>
#include <map>
Include dependency graph for SCCIterator.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | llvm |
Classes | |
class | llvm::scc_iterator< GraphT, GT > |
Functions | |
template<class T> | |
scc_iterator< T > | llvm::scc_begin (T G) |
template<class T> | |
scc_iterator< T > | llvm::scc_end (T G) |