|
LLVM
4.0.0
|
#include "llvm/ADT/DepthFirstIterator.h"#include "llvm/ADT/PointerIntPair.h"#include "llvm/ADT/iterator_range.h"#include "llvm/IR/CFG.h"#include "llvm/IR/Dominators.h"#include "llvm/IR/PassManager.h"#include <map>#include <memory>#include <set>Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| template<class Tr > | |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const RegionNodeBase< Tr > &Node) |
| Print a RegionNode. More... | |
1.8.6