Lines Matching refs:gimple
145 void debug_gimple_stmt(gimple);
148 void print_gimple_stmt(FILE *, gimple, int, int);
149 void print_gimple_expr(FILE *, gimple, int, int);
150 void dump_gimple_stmt(pretty_printer *, gimple, int, int);
204 static inline bool gimple_call_builtin_p(gimple stmt, enum built_in_function code) in gimple_call_builtin_p()
270 static inline bool gimple_clobber_p(gimple s __unused) in gimple_clobber_p()
376 static inline bool gimple_store_p(gimple gs) in gimple_store_p()
383 static inline void gimple_init_singleton(gimple g __unused) in gimple_init_singleton()
459 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()
469 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()
479 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
489 static inline gcond *as_a_gcond(gimple stmt) in as_a_gcond()
499 static inline gdebug *as_a_gdebug(gimple stmt) in as_a_gdebug()
509 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
519 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
529 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
592 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()
602 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()
612 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
622 static inline gcond *as_a_gcond(gimple stmt) in as_a_gcond()
632 static inline gdebug *as_a_gdebug(gimple stmt) in as_a_gdebug()
642 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
652 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
662 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
832 typedef gimple *gimple_ptr;
833 typedef const gimple *const_gimple_ptr;
834 #define gimple gimple_ptr macro
837 #define CONST_CAST_GIMPLE(X) CONST_CAST(gimple, (X))
841 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops()
860 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()
870 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()
880 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
890 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
900 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
910 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
931 static inline void ipa_remove_stmt_references(symtab_node *referring_node, gimple stmt) in ipa_remove_stmt_references()