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  

dominators.h File Reference

#include <bitset>

Go to the source code of this file.

Compounds

class  dominator_info
 information about a dominator node More...

class  Dominators
 dominator tree More...


Defines

#define BASICBLOCK_BITSET_SIZE   4096

Typedefs

typedef bitset< BASICBLOCK_BITSET_SIZE > basicblock_bitset


Define Documentation

#define BASICBLOCK_BITSET_SIZE   4096
 

Definition at line 43 of file dominators.h.

Referenced by Dominators::Dominators().


Typedef Documentation

typedef bitset<BASICBLOCK_BITSET_SIZE> basicblock_bitset
 

Definition at line 45 of file dominators.h.

Referenced by Assignment_walker::at_binary(), DominanceFrontiers::compute_dominance_frontiers(), and SSA::place_phi_functions().


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