Searched refs:gcall (Results 1 – 4 of 4) sorted by relevance
44 gcall *gcall; in sancov_execute() local51 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()
456 typedef union gimple_statement_d gcall; typedef483 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()488 static inline const gcall *as_a_const_gcall(const_gimple stmt) in as_a_const_gcall()589 typedef struct gimple_statement_call gcall; typedef616 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()618 return as_a<gcall>(stmt); in as_a_gcall()621 static inline const gcall *as_a_const_gcall(const_gimple stmt) in as_a_const_gcall()623 return as_a<const gcall>(stmt); in as_a_const_gcall()884 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()886 return as_a<gcall *>(stmt); in as_a_gcall()[all …]
52 gcall *stackleak_track_stack; in stackleak_add_track_stack()
394 gcall *call; in handle_tail_calls()