ROSE
0.9.6a
|
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 enum DominatorTreesAndDominanceFrontiers::Dir_ection DominatorTreesAndDominanceFrontiers::Direction |
typedef TemplatedDominatorTree< DefaultBasicDominatorTreeIsStatementFilter > DominatorTreesAndDominanceFrontiers::DominatorTree |
STD-Dominator-Tree.
Definition at line 241 of file dominanceAnalysis/DominatorTree.h.
Enumerator | |
---|---|
PRE_DOMINATOR | |
POST_DOMINATOR |
Definition at line 13 of file dominanceAnalysis/DominatorTree.h.