Home
last modified time | relevance | path

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

/Linux-v5.15/scripts/gcc-plugins/
Dgcc-common.h319 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument
323 old_call_stmt, call_stmt, count, freq, reason) \ argument
327 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument
331 old_call_stmt, call_stmt, count, freq, reason) \ argument
Drandomize_layout_plugin.c678 gimple call_stmt; in dominated_by_is_err() local