gimple
typedef gimple *gimple_ptr;
typedef const gimple *const_gimple_ptr;
#define CONST_CAST_GIMPLE(X) CONST_CAST(gimple, (X))
static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree op2 MEM_STAT_DECL)
static inline gasm *as_a_gasm(gimple stmt)
static inline gassign *as_a_gassign(gimple stmt)
static inline gcall *as_a_gcall(gimple stmt)
static inline ggoto *as_a_ggoto(gimple stmt)
static inline gphi *as_a_gphi(gimple stmt)
static inline greturn *as_a_greturn(gimple stmt)
static inline void ipa_remove_stmt_references(symtab_node *referring_node, gimple stmt)
static gimple create_assign(enum tree_code code, tree lhs, tree op1,
gimple assign;
gimple assign;
gimple stmt = gsi_stmt(gsi);
gimple assign, call;
gimple dom_stmt;
gimple call_stmt;
gimple stmt;
gimple stmt;
gimple stmt;
static bool is_alloca(gimple stmt)