GCC Middle and Back End API Reference
|
#include <valtrack.h>
Data Fields | |
hash_table< dead_debug_hash_descr > | htab |
bitmap | used |
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.
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().