Searched refs:gimple (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
D | gcc-common.h | 147 void debug_gimple_stmt(gimple); 150 void print_gimple_stmt(FILE *, gimple, int, int); 151 void print_gimple_expr(FILE *, gimple, int, int); 152 void dump_gimple_stmt(pretty_printer *, gimple, int, int); 210 static inline bool gimple_call_builtin_p(gimple stmt, enum built_in_function code) in gimple_call_builtin_p() 276 static inline bool gimple_clobber_p(gimple s __unused) in gimple_clobber_p() 382 static inline bool gimple_store_p(gimple gs) in gimple_store_p() 389 static inline void gimple_init_singleton(gimple g __unused) in gimple_init_singleton() 465 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm() 475 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 | 681 gimple dom_stmt; in dominated_by_is_err() 682 gimple call_stmt; in dominated_by_is_err() 749 static bool type_name_eq(gimple stmt, const_tree type_tree, const char *wanted_name) in type_name_eq() 787 static bool whitelisted_cast(gimple stmt, const_tree lhs_tree, const_tree rhs_tree) in whitelisted_cast() 819 gimple stmt; in find_bad_casts_execute()
|
/kernel/linux/linux-5.10/Documentation/kbuild/ |
D | gcc-plugins.rst | 47 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h,
|