Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/gcc-plugins/
Dsancov_plugin.c44 gcall *gcall; in sancov_execute() local
51 gcall = as_a_gcall(gimple_build_call(sancov_fndecl, 0)); in sancov_execute()
52 gimple_set_location(gcall, gimple_location(stmt)); in sancov_execute()
53 gsi_insert_before(&gsi, gcall, GSI_SAME_STMT); in sancov_execute()
Dgcc-common.h458 typedef union gimple_statement_d gcall; typedef
485 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
490 static inline const gcall *as_a_const_gcall(const_gimple stmt) in as_a_const_gcall()
591 typedef struct gimple_statement_call gcall; typedef
618 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
620 return as_a<gcall>(stmt); in as_a_gcall()
623 static inline const gcall *as_a_const_gcall(const_gimple stmt) in as_a_const_gcall()
625 return as_a<const gcall>(stmt); in as_a_const_gcall()
888 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
890 return as_a<gcall *>(stmt); in as_a_gcall()
[all …]
Dstackleak_plugin.c57 gcall *gimple_call; in add_stack_tracking_gcall()
Dlatent_entropy_plugin.c400 gcall *call; in handle_tail_calls()