GCC Middle and Back End API Reference
|
Data Fields | |
struct insn_ent * | next |
class insn_def * | def |
Once everything has been read in, we store in each attribute value a list of insn codes that have that value. Here is the structure used for the list.
class insn_def* insn_ent::def |
struct insn_ent* insn_ent::next |