GCC Middle and Back End API Reference
ssa_conflicts_d Struct Reference
Collaboration diagram for ssa_conflicts_d:

Data Fields

bitmap_obstack obstack
vec< bitmapconflicts

Detailed Description

   This represents a conflict graph.  Implemented as an array of bitmaps.
   A full matrix is used for conflicts rather than just upper triangular form.
   this make sit much simpler and faster to perform conflict merges.  

Field Documentation

vec<bitmap> ssa_conflicts_d::conflicts
bitmap_obstack ssa_conflicts_d::obstack

The documentation for this struct was generated from the following file: