Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Dgcc-common.h190 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument
194 old_call_stmt, call_stmt, count, freq, reason) \ argument
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))