Searched refs:freq (Results 1 – 1 of 1) sorted by relevance
/scripts/gcc-plugins/ |
D | gcc-common.h | 726 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 730 old_call_stmt, call_stmt, count, freq, reason) \ argument 734 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 735 (caller)->create_edge((callee), (call_stmt), (count), (freq)) 738 old_call_stmt, call_stmt, count, freq, reason) \ argument 740 (old_call_stmt), (call_stmt), (count), (freq), (reason))
|