Searched refs:gimple (Results 1 – 6 of 6) sorted by relevance
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;[all …]
328 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign()337 gimple assign; in perturb_local_entropy()351 gimple assign; in __perturb_latent_entropy()383 gimple stmt = gsi_stmt(gsi); in handle_tail_calls()427 gimple assign, call; in init_local_entropy()
56 gimple stmt; in add_stack_tracking_gcall()78 static bool is_alloca(gimple stmt) in is_alloca()192 gimple stmt; in stackleak_instrument_execute()
123 gimple init_stmt; in initialize()131 gimple stmt = gsi_stmt(gsi); in initialize()
677 gimple dom_stmt; in dominated_by_is_err()678 gimple call_stmt; in dominated_by_is_err()745 static bool type_name_eq(gimple stmt, const_tree type_tree, const char *wanted_name) in type_name_eq()783 static bool whitelisted_cast(gimple stmt, const_tree lhs_tree, const_tree rhs_tree) in whitelisted_cast()815 gimple stmt; in find_bad_casts_execute()
47 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h,