Lines Matching refs:gimple
297 typedef gimple *gimple_ptr;
298 typedef const gimple *const_gimple_ptr;
299 #define gimple gimple_ptr macro
302 #define CONST_CAST_GIMPLE(X) CONST_CAST(gimple, (X))
306 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops()
327 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()
337 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()
347 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
357 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
367 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
377 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
398 static inline void ipa_remove_stmt_references(symtab_node *referring_node, gimple stmt) in ipa_remove_stmt_references()