GCC Middle and Back End API Reference
|
Data Fields | |
struct bypass_list * | next |
const char * | pattern |
Store information from a DEFINE_BYPASS for future attribute generation. The only thing we care about is the list of output insns, which will later be used to tag reservation structures with a 'bypassed' bit.
struct bypass_list* bypass_list::next |
Referenced by gen_bypass_1(), and process_bypasses().
const char* bypass_list::pattern |