Lines Matching refs:gimple
193 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()
203 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()
213 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
223 static inline gcond *as_a_gcond(gimple stmt) in as_a_gcond()
233 static inline gdebug *as_a_gdebug(gimple stmt) in as_a_gdebug()
243 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
253 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
263 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
431 typedef gimple *gimple_ptr;
432 typedef const gimple *const_gimple_ptr;
433 #define gimple gimple_ptr macro
436 #define CONST_CAST_GIMPLE(X) CONST_CAST(gimple, (X))
440 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops()
461 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()
471 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()
481 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
491 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
501 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
511 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
532 static inline void ipa_remove_stmt_references(symtab_node *referring_node, gimple stmt) in ipa_remove_stmt_references()