GCC Middle and Back End API Reference
|
Data Fields | |
bitmap_obstack | obstack |
vec< bitmap > | conflicts |
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.
bitmap_obstack ssa_conflicts::obstack |
Referenced by ssa_conflicts_add_one(), ssa_conflicts_delete(), and ssa_conflicts_new().