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

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 makes it much simpler and faster to perform conflict merges.

Field Documentation

◆ conflicts

◆ obstack


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