Home
last modified time | relevance | path

Searched refs:gimple (Results 1 – 4 of 4) sorted by relevance

/scripts/gcc-plugins/
A Dgcc-common.h300 typedef gimple *gimple_ptr;
301 typedef const gimple *const_gimple_ptr;
302 #define gimple gimple_ptr macro
305 #define CONST_CAST_GIMPLE(X) CONST_CAST(gimple, (X))
329 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm()
339 static inline gassign *as_a_gassign(gimple stmt) in as_a_gassign()
349 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
359 static inline ggoto *as_a_ggoto(gimple stmt) in as_a_ggoto()
369 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
379 static inline greturn *as_a_greturn(gimple stmt) in as_a_greturn()
[all …]
A Dlatent_entropy_plugin.c334 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()
A Dstackleak_plugin.c56 gimple stmt; in add_stack_tracking_gcall()
78 static bool is_alloca(gimple stmt) in is_alloca()
192 gimple stmt; in stackleak_instrument_execute()
A Drandomize_layout_plugin.c633 gimple dom_stmt; in dominated_by_is_err()
634 gimple call_stmt; in dominated_by_is_err()
717 gimple stmt; in find_bad_casts_execute()

Completed in 10 milliseconds