ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DominatorTreesAndDominanceFrontiers Namespace Reference

Classes

class  ControlFlowGraph
 
class  ControlNode
 
class  DominanceFrontier
 
class  DominatorTree
 
class  TemplatedDominanceFrontier
 
class  DominatorForwardBackwardWrapperClass
 This class provides a uniform view of the CFG dissregarding the direction of the CFG-traversal (forward/backward) More...
 
class  TemplatedDominatorTree
 TemplatedDominatorTree constructs a dominator/postdominator tree for a cfg. For the template parameter any cfg following Jeremias interface may be used. More...
 
struct  DefaultBasicDominatorTreeIsStatementFilter
 

Typedefs

typedef enum
DominatorTreesAndDominanceFrontiers::Dir_ection 
Direction
 
typedef TemplatedDominatorTree
< DefaultBasicDominatorTreeIsStatementFilter
DominatorTree
 STD-Dominator-Tree. More...
 

Enumerations

enum  Dir_ection {
  PRE_DOMINATOR,
  POST_DOMINATOR
}
 

Typedef Documentation

Enumeration Type Documentation

Enumerator
PRE_DOMINATOR 
POST_DOMINATOR 

Definition at line 13 of file dominanceAnalysis/DominatorTree.h.