|
GCC Middle and Back End API Reference
|
#include <cselib.h>

Data Fields | |
| rtx | src |
| rtx | dest |
| cselib_val * | src_elt |
| cselib_val * | dest_addr_elt |
Describe a single set that is part of an insn.
| rtx cselib_set::dest |
Referenced by cselib_record_autoinc_cb(), cselib_record_sets(), and find_use_val().
| cselib_val* cselib_set::dest_addr_elt |
Referenced by cselib_record_sets().
| rtx cselib_set::src |
Referenced by cselib_record_autoinc_cb(), and cselib_record_sets().
| cselib_val* cselib_set::src_elt |
Referenced by cselib_record_sets(), and find_use_val().