Lines Matching refs:gimple
147 void debug_gimple_stmt(gimple);
150 void print_gimple_stmt(FILE *, gimple, int, int);
151 void print_gimple_expr(FILE *, gimple, int, int);
152 void dump_gimple_stmt(pretty_printer *, gimple, int, int);
210 static inline bool gimple_call_builtin_p(gimple stmt, enum built_in_function code) in gimple_call_builtin_p()
276 static inline bool gimple_clobber_p(gimple s __unused) in gimple_clobber_p()
382 static inline bool gimple_store_p(gimple gs) in gimple_store_p()
389 static inline void gimple_init_singleton(gimple g __unused) in gimple_init_singleton()
465 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()
475 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()
485 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
495 static inline gcond *as_a_gcond(gimple stmt) in as_a_gcond()
505 static inline gdebug *as_a_gdebug(gimple stmt) in as_a_gdebug()
515 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
525 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
535 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
598 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()
608 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()
618 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
628 static inline gcond *as_a_gcond(gimple stmt) in as_a_gcond()
638 static inline gdebug *as_a_gdebug(gimple stmt) in as_a_gdebug()
648 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
658 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
668 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
838 typedef gimple *gimple_ptr;
839 typedef const gimple *const_gimple_ptr;
840 #define gimple gimple_ptr macro
843 #define CONST_CAST_GIMPLE(X) CONST_CAST(gimple, (X))
847 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops()
868 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()
878 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()
888 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
898 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
908 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
918 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
939 static inline void ipa_remove_stmt_references(symtab_node *referring_node, gimple stmt) in ipa_remove_stmt_references()