GCC Middle and Back End API Reference
dead_debug_global Struct Reference

#include <valtrack.h>

Collaboration diagram for dead_debug_global:

Data Fields

hash_table< dead_debug_hash_descrhtab
bitmap used

Detailed Description

   Maintain a global table of pseudos used in debug insns after their
   deaths in other blocks, and debug temps their deathpoint values are
   to be bound to.  

Field Documentation

hash_table<dead_debug_hash_descr> dead_debug_global::htab
     This hash table that maps pseudos to debug temps.  

Referenced by dead_debug_global_find().

bitmap dead_debug_global::used
     For each entry in htab, the bit corresponding to its REGNO will
     be set.  

Referenced by dead_debug_add(), dead_debug_global_init(), and dead_debug_global_insert().


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