|
GCC Middle and Back End API Reference
|
#include <sel-sched-ir.h>

Data Fields | |
| vinsn_t | vinsn_old |
| vinsn_t | vinsn_new |
| ds_t | ds |
| enum local_trans_type | type |
| BOOL_BITFIELD | was_target_conflict: 1 |
| BOOL_BITFIELD | needs_check: 1 |
An entry of the hashtable describing transformations happened when moving up through an insn.
| ds_t transformed_insns::ds |
Referenced by try_transformation_cache(), and update_transformation_cache().
| BOOL_BITFIELD transformed_insns::needs_check |
Referenced by try_transformation_cache(), and update_transformation_cache().
| enum local_trans_type transformed_insns::type |
Referenced by try_transformation_cache(), and update_transformation_cache().
| vinsn_t transformed_insns::vinsn_new |
Referenced by try_transformation_cache(), and update_transformation_cache().
| vinsn_t transformed_insns::vinsn_old |
Referenced by try_transformation_cache(), and update_transformation_cache().
| BOOL_BITFIELD transformed_insns::was_target_conflict |
Referenced by try_transformation_cache(), and update_transformation_cache().