LLVM  3.7.0
Classes | Namespaces | Typedefs
IteratedDominanceFrontier.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
Include dependency graph for IteratedDominanceFrontier.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::DomTreeNodeBase< T >
 Base class for the actual dominator tree node. More...
 
class  llvm::IDFCalculator
 Determine the iterated dominance frontier, given a set of defining blocks, and optionally, a set of live-in blocks. More...
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Typedefs

typedef DomTreeNodeBase
< BasicBlock > 
llvm::DomTreeNode