Searched refs:modify_call_stmt (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-param-manipulation.h383 bool modify_call_stmt (gcall **stmt_p);
H A Dipa-param-manipulation.c1546 ipa_param_body_adjustments::modify_call_stmt (gcall **stmt_p) function in class:ipa_param_body_adjustments
1733 modified |= modify_call_stmt ((gcall **) stmt);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-param-manipulation.h379 bool modify_call_stmt (gcall **stmt_p, gimple *orig_stmt);
H A Dipa-param-manipulation.cc1146 modify_call_stmt will instead remove just the argument later on.
2009 ipa_param_body_adjustments::modify_call_stmt (gcall **stmt_p, function in class:ipa_param_body_adjustments
2231 modified |= modify_call_stmt ((gcall **) stmt, orig_stmt);

Completed in 86 milliseconds