Home
last modified time | relevance | path

Searched refs:call_stmt (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/gcc-plugins/
A Dgcc-common.h190 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument
191 (caller)->create_edge((callee), (call_stmt), (count))
194 old_call_stmt, call_stmt, count, freq, reason) \ argument
196 (old_call_stmt), (call_stmt), (count), (reason))
198 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument
199 (caller)->create_edge((callee), (call_stmt), (count), (freq))
202 old_call_stmt, call_stmt, count, freq, reason) \ argument
204 (old_call_stmt), (call_stmt), (count), (freq), (reason))
A Drandomize_layout_plugin.c678 gimple call_stmt; in dominated_by_is_err() local
706 call_stmt = SSA_NAME_DEF_STMT(poss_is_err_cond); in dominated_by_is_err()
708 if (gimple_code(call_stmt) != GIMPLE_CALL) in dominated_by_is_err()
711 dom_lhs = gimple_get_lhs(call_stmt); in dominated_by_is_err()
712 poss_is_err_func = gimple_call_fndecl(call_stmt); in dominated_by_is_err()
720 is_err_arg = gimple_call_arg(call_stmt, 0); in dominated_by_is_err()

Completed in 6 milliseconds