/* Base for statements that take both memory and register operands. */ struct GTY((tag("GSS_WITH_MEM_OPS_BASE"))) gimple_statement_with_memory_ops_base : public gimple_statement_with_ops_base {
/* [ WORD 1-7 ] : base class */ /* [ WORD 8-9 ] Virtual operands for this statement. The GC will pick them up via the ssa_names array. */ tree GTY((skip (""))) vdef; tree GTY((skip (""))) vuse;
};