Lines Matching refs:gimple
300 typedef gimple *gimple_ptr;
301 typedef const gimple *const_gimple_ptr;
302 #define gimple gimple_ptr macro
305 #define CONST_CAST_GIMPLE(X) CONST_CAST(gimple, (X))
308 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops()
329 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()
339 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()
349 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
359 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
369 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
379 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
400 static inline void ipa_remove_stmt_references(symtab_node *referring_node, gimple stmt) in ipa_remove_stmt_references()