Home
last modified time | relevance | path

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

/linux/scripts/gcc-plugins/
A 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()
A Dgcc-common.h352 static inline gcall *as_a_gcall(gimple stmt) in as_a_gcall()
354 return as_a<gcall *>(stmt); in as_a_gcall()
357 static inline const gcall *as_a_const_gcall(const_gimple stmt) in as_a_const_gcall()
359 return as_a<const gcall *>(stmt); in as_a_const_gcall()
A Dstackleak_plugin.c57 gcall *gimple_call; in add_stack_tracking_gcall()
A Dlatent_entropy_plugin.c382 gcall *call; in handle_tail_calls()

Completed in 7 milliseconds