Lines Matching refs:gimple
302 typedef gimple *gimple_ptr;
303 typedef const gimple *const_gimple_ptr;
304 #define gimple gimple_ptr macro
307 #define CONST_CAST_GIMPLE(X) CONST_CAST(gimple, (X))
311 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops()
332 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()
342 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()
352 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
362 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
372 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
382 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
403 static inline void ipa_remove_stmt_references(symtab_node *referring_node, gimple stmt) in ipa_remove_stmt_references()