Searched refs:gimple (Results 1 – 5 of 5) sorted by relevance
/scripts/gcc-plugins/ |
D | gcc-common.h | 150 void debug_gimple_stmt(gimple); 153 void print_gimple_stmt(FILE *, gimple, int, int); 154 void print_gimple_expr(FILE *, gimple, int, int); 155 void dump_gimple_stmt(pretty_printer *, gimple, int, int); 213 static inline bool gimple_call_builtin_p(gimple stmt, enum built_in_function code) in gimple_call_builtin_p() 279 static inline bool gimple_clobber_p(gimple s __unused) in gimple_clobber_p() 385 static inline bool gimple_store_p(gimple gs) in gimple_store_p() 392 static inline void gimple_init_singleton(gimple g __unused) in gimple_init_singleton() 468 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm() 478 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign() [all …]
|
D | latent_entropy_plugin.c | 346 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign() 355 gimple assign; in perturb_local_entropy() 369 gimple assign; in __perturb_latent_entropy() 401 gimple stmt = gsi_stmt(gsi); in handle_tail_calls() 445 gimple assign, call; in init_local_entropy()
|
D | structleak_plugin.c | 125 gimple init_stmt; in initialize() 133 gimple stmt = gsi_stmt(gsi); in initialize()
|
D | stackleak_plugin.c | 56 gimple stmt; in add_stack_tracking_gcall() 78 static bool is_alloca(gimple stmt) in is_alloca() 194 gimple stmt; in stackleak_instrument_execute()
|
D | randomize_layout_plugin.c | 686 gimple dom_stmt; in dominated_by_is_err() 687 gimple call_stmt; in dominated_by_is_err() 754 static bool type_name_eq(gimple stmt, const_tree type_tree, const char *wanted_name) in type_name_eq() 792 static bool whitelisted_cast(gimple stmt, const_tree lhs_tree, const_tree rhs_tree) in whitelisted_cast() 824 gimple stmt; in find_bad_casts_execute()
|