Searched refs:gimple (Results 1 – 7 of 7) sorted by relevance
/linux/scripts/gcc-plugins/ |
H A D | gcc-common.h | 297 typedef gimple *gimple_ptr; 298 typedef const gimple *const_gimple_ptr; 299 #define gimple gimple_ptr macro 302 #define CONST_CAST_GIMPLE(X) CONST_CAST(gimple, (X)) 306 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops() 327 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm() 337 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign() 347 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall() 357 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto() 367 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi() [all …]
|
H A D | latent_entropy_plugin.c | 334 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign() 343 gimple assign; in perturb_local_entropy() 357 gimple assign; in __perturb_latent_entropy() 389 gimple stmt = gsi_stmt(gsi); in handle_tail_calls() 433 gimple assign, call; in init_local_entropy()
|
H A D | stackleak_plugin.c | 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()
|
H A D | structleak_plugin.c | 121 gimple init_stmt; in initialize() 129 gimple stmt = gsi_stmt(gsi); in initialize()
|
H A D | randomize_layout_plugin.c | 649 gimple dom_stmt; in dominated_by_is_err() 650 gimple call_stmt; in dominated_by_is_err() 733 gimple stmt; in find_bad_casts_execute()
|
/linux/Documentation/translations/zh_CN/kbuild/ |
H A D | gcc-plugins.rst | 71 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h,
|
/linux/Documentation/kbuild/ |
H A D | gcc-plugins.rst | 73 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h,
|