LLVM API Documentation
#include <SCCIterator.h>
Inheritance diagram for llvm::scc_iterator< GraphT, GT >:
Public Types | |
typedef scc_iterator< GraphT, GT > | _Self |
Public Member Functions | |
bool | fini () const |
bool | operator== (const _Self &x) const |
bool | operator!= (const _Self &x) const |
_Self & | operator++ () |
_Self | operator++ (int) |
const SccTy & | operator * () const |
SccTy & | operator * () |
bool | hasLoop () const |
Static Public Member Functions | |
static _Self | begin (GraphT &G) |
static _Self | end (GraphT &G) |
Definition at line 37 of file SCCIterator.h.
|
Definition at line 135 of file SCCIterator.h. |
|
Definition at line 138 of file SCCIterator.h. |
|
Definition at line 139 of file SCCIterator.h. |
|
Definition at line 142 of file SCCIterator.h. |
|
Definition at line 174 of file SCCIterator.h. |
|
Definition at line 166 of file SCCIterator.h. |
|
Definition at line 162 of file SCCIterator.h. |
|
Definition at line 150 of file SCCIterator.h. References llvm::scc_iterator< GraphT, GT >::operator==(). |
|
Definition at line 157 of file SCCIterator.h. |
|
Definition at line 153 of file SCCIterator.h. |
|
Definition at line 147 of file SCCIterator.h. References llvm::scc_iterator< GraphT, GT >::CurrentSCC, and llvm::scc_iterator< GraphT, GT >::VisitStack. Referenced by llvm::scc_iterator< GraphT, GT >::operator!=(). |