LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
Dominators.h File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/ADT/GraphTraits.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/IR/Function.h"
#include "llvm/Pass.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
Include dependency graph for Dominators.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::DominatorBase< NodeT >
 
class  llvm::DominatorTreeBase< NodeT >
 
class  llvm::DomTreeNodeBase< NodeT >
 
class  llvm::DominatorTreeBase< NodeT >
 
struct  llvm::DominatorTreeBase< NodeT >::InfoRec
 
class  llvm::BasicBlockEdge
 
class  llvm::DominatorTree
 
struct  llvm::GraphTraits< DomTreeNode * >
 
struct  llvm::GraphTraits< DominatorTree * >
 

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Typedefs

typedef DomTreeNodeBase
< BasicBlock > 
llvm::DomTreeNode
 

Functions

 llvm::EXTERN_TEMPLATE_INSTANTIATION (class DomTreeNodeBase< BasicBlock >)
 
 llvm::EXTERN_TEMPLATE_INSTANTIATION (class DomTreeNodeBase< MachineBasicBlock >)
 
template<class NodeT >
raw_ostream & llvm::operator<< (raw_ostream &o, const DomTreeNodeBase< NodeT > *Node)
 
template<class NodeT >
void llvm::PrintDomTree (const DomTreeNodeBase< NodeT > *N, raw_ostream &o, unsigned Lev)
 
template<class FuncT , class N >
void llvm::Calculate (DominatorTreeBase< typename GraphTraits< N >::NodeType > &DT, FuncT &F)
 
 llvm::EXTERN_TEMPLATE_INSTANTIATION (class DominatorTreeBase< BasicBlock >)