C-Breeze
C Compiler Infrastructure

[ Project home page]
Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

dominancefrontiers.h File Reference

#include <bitset>
#include "ref_clone_changer.h"
#include "dominators.h"

Go to the source code of this file.

Compounds

class  DominanceFrontiers
 create a dominance frontier for a procedure More...


Typedefs

typedef map< basicblockNode *,
basicblock_bitset
basicblockset_map
typedef basicblockset_map::iterator basicblockset_map_p
typedef map< basicblockNode *,
basicblock_list
basicblock_map
typedef basicblock_map::iterator basicblock_map_p
typedef vector< basicblockNode * > basicblock_vec
typedef basicblock_vec::iterator basicblock_vec_p


Typedef Documentation

typedef map< basicblockNode *, basicblock_list> basicblock_map
 

Definition at line 54 of file dominancefrontiers.h.

Referenced by DominanceFrontiers::DominanceFrontiers().

typedef basicblock_map::iterator basicblock_map_p
 

Definition at line 55 of file dominancefrontiers.h.

typedef vector<basicblockNode *> basicblock_vec
 

Definition at line 57 of file dominancefrontiers.h.

typedef basicblock_vec::iterator basicblock_vec_p
 

Definition at line 58 of file dominancefrontiers.h.

typedef map< basicblockNode *, basicblock_bitset > basicblockset_map
 

Definition at line 51 of file dominancefrontiers.h.

Referenced by DominanceFrontiers::compute_dominance_frontiers().

typedef basicblockset_map::iterator basicblockset_map_p
 

Definition at line 52 of file dominancefrontiers.h.


Generated on August 27, 2003
Back to the C-Breeze home page