Searched refs:call_stmt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/scripts/gcc-plugins/ |
H A D | gcc-common.h | 190 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ 191 (caller)->create_edge((callee), (call_stmt), (count)) 194 old_call_stmt, call_stmt, count, freq, reason) \ 196 (old_call_stmt), (call_stmt), (count), (reason)) 198 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ 199 (caller)->create_edge((callee), (call_stmt), (count), (freq)) 202 old_call_stmt, call_stmt, count, freq, reason) \ 204 (old_call_stmt), (call_stmt), (count), (freq), (reason))
|
H A D | randomize_layout_plugin.c | 654 gimple call_stmt; in dominated_by_is_err() local 682 call_stmt = SSA_NAME_DEF_STMT(poss_is_err_cond); in dominated_by_is_err() 684 if (gimple_code(call_stmt) != GIMPLE_CALL) in dominated_by_is_err() 687 dom_lhs = gimple_get_lhs(call_stmt); in dominated_by_is_err() 688 poss_is_err_func = gimple_call_fndecl(call_stmt); in dominated_by_is_err() 696 is_err_arg = gimple_call_arg(call_stmt, 0); in dominated_by_is_err()
|
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | gcc-common.h | 729 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ 730 (caller)->create_edge((callee), (call_stmt), (count)) 733 old_call_stmt, call_stmt, count, freq, reason) \ 735 (old_call_stmt), (call_stmt), (count), (reason)) 737 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ 738 (caller)->create_edge((callee), (call_stmt), (count), (freq)) 741 old_call_stmt, call_stmt, count, freq, reason) \ 743 (old_call_stmt), (call_stmt), (count), (freq), (reason))
|
H A D | randomize_layout_plugin.c | 687 gimple call_stmt; in dominated_by_is_err() local 715 call_stmt = SSA_NAME_DEF_STMT(poss_is_err_cond); in dominated_by_is_err() 717 if (gimple_code(call_stmt) != GIMPLE_CALL) in dominated_by_is_err() 720 dom_lhs = gimple_get_lhs(call_stmt); in dominated_by_is_err() 721 poss_is_err_func = gimple_call_fndecl(call_stmt); in dominated_by_is_err() 729 is_err_arg = gimple_call_arg(call_stmt, 0); in dominated_by_is_err()
|
Completed in 6 milliseconds