Lines Matching defs:gimple
53 #include "gimple-pretty-print.h"
74 #include "gimple.h"
75 #include "gimple-expr.h"
76 #include "gimple-iterator.h"
77 #include "gimple-fold.h"
92 #include "gimple-ssa.h"
158 /* gimple related */
302 typedef gimple *gimple_ptr;
303 typedef const gimple *const_gimple_ptr;
304 #define gimple gimple_ptr
307 #define CONST_CAST_GIMPLE(X) CONST_CAST(gimple, (X))
310 /* gimple related */
311 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree op2 MEM_STAT_DECL)
332 static inline gasm *as_a_gasm(gimple stmt)
342 static inline gassign *as_a_gassign(gimple stmt)
352 static inline gcall *as_a_gcall(gimple stmt)
362 static inline ggoto *as_a_ggoto(gimple stmt)
372 static inline gphi *as_a_gphi(gimple stmt)
382 static inline greturn *as_a_greturn(gimple stmt)
403 static inline void ipa_remove_stmt_references(symtab_node *referring_node, gimple stmt)