Searched refs:rewrite_usage_of_param (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sanopt.cc | 1134 rewrite_usage_of_param (tree *op, int *walk_subtrees, void *) in rewrite_usage_of_param() function 1236 walk_gimple_stmt (&it, NULL, rewrite_usage_of_param, NULL); in sanitize_rewrite_addressable_params() 1245 rewrite_usage_of_param, NULL, &visited_nodes); in sanitize_rewrite_addressable_params()
|
H A D | ChangeLog-2017 | 25443 * sanopt.c (rewrite_usage_of_param): New function. 25445 (pass_sanopt::execute): Call rewrite_usage_of_param.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sanopt.c | 1131 rewrite_usage_of_param (tree *op, int *walk_subtrees, void *) in rewrite_usage_of_param() function 1233 walk_gimple_stmt (&it, NULL, rewrite_usage_of_param, NULL); in sanitize_rewrite_addressable_params() 1242 rewrite_usage_of_param, NULL, &visited_nodes); in sanitize_rewrite_addressable_params()
|