/* Return the code for GIMPLE statement G. */ static inline enum gimple_code gimple_code (const gimple *g) { return g->code; }