GCC Middle and Back End API Reference
bypass_list Struct Reference
Collaboration diagram for bypass_list:

Data Fields

struct bypass_listnext
 
const charpattern
 

Detailed Description

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.   

Field Documentation

◆ next

struct bypass_list* bypass_list::next

Referenced by gen_bypass_1(), and process_bypasses().

◆ pattern

const char* bypass_list::pattern

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