C-Breeze
C Compiler Infrastructure

[ Project home page]

dominators.h File Reference

#include <bitset>

Go to the source code of this file.

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.


Typedef Documentation

typedef bitset<BASICBLOCK_BITSET_SIZE> basicblock_bitset
 

Definition at line 45 of file dominators.h.


Generated on February 1, 2006
Back to the C-Breeze home page