|
LLVM
8.0.1
|
#include "llvm/ADT/GraphTraits.h"#include "llvm/ADT/None.h"#include "llvm/ADT/Optional.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/ADT/iterator_range.h"#include <iterator>#include <queue>#include <utility>
Go to the source code of this file.
Classes | |
| class | llvm::bf_iterator_storage< SetType > |
| class | llvm::bf_iterator< GraphT, SetType, GT > |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Typedefs | |
| template<typename NodeRef , unsigned SmallSize = 8> | |
| using | llvm::bf_iterator_default_set = SmallPtrSet< NodeRef, SmallSize > |
Functions | |
| template<class T > | |
| bf_iterator< T > | llvm::bf_begin (const T &G) |
| template<class T > | |
| bf_iterator< T > | llvm::bf_end (const T &G) |
| template<class T > | |
| iterator_range< bf_iterator< T > > | llvm::breadth_first (const T &G) |
1.8.13