D | gcc-common.h | 729 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 730 (caller)->create_edge((callee), (call_stmt), (count)) 733 old_call_stmt, call_stmt, count, freq, reason) \ argument 735 (old_call_stmt), (call_stmt), (count), (reason)) 737 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 738 (caller)->create_edge((callee), (call_stmt), (count), (freq)) 741 old_call_stmt, call_stmt, count, freq, reason) \ argument 743 (old_call_stmt), (call_stmt), (count), (freq), (reason))
|