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);
208 static inline bool gimple_call_builtin_p(gimple stmt, enum built_in_function code) in gimple_call_builtin_p()
274 static inline bool gimple_clobber_p(gimple s __unused) in gimple_clobber_p()
380 static inline bool gimple_store_p(gimple gs) in gimple_store_p()
387 static inline void gimple_init_singleton(gimple g __unused) in gimple_init_singleton()
463 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()
473 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()
483 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
493 static inline gcond *as_a_gcond(gimple stmt) in as_a_gcond()
503 static inline gdebug *as_a_gdebug(gimple stmt) in as_a_gdebug()
513 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
523 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
533 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
596 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()
606 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()
616 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
626 static inline gcond *as_a_gcond(gimple stmt) in as_a_gcond()
636 static inline gdebug *as_a_gdebug(gimple stmt) in as_a_gdebug()
646 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
656 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
666 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
836 typedef gimple *gimple_ptr;
837 typedef const gimple *const_gimple_ptr;
838 #define gimple gimple_ptr macro
841 #define CONST_CAST_GIMPLE(X) CONST_CAST(gimple, (X))
845 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops()
864 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()
874 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()
884 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
894 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
904 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
914 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
935 static inline void ipa_remove_stmt_references(symtab_node *referring_node, gimple stmt) in ipa_remove_stmt_references()