Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-inline.c6280 auto_vec<int, 16> new_param_indices; in tree_function_versioning() local
6284 old_param_adjustments->get_updated_indices (&new_param_indices); in tree_function_versioning()
6295 p = new_param_indices[p]; in tree_function_versioning()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-inline.cc6271 auto_vec<int, 16> new_param_indices; in tree_function_versioning() local
6276 old_param_adjustments->get_updated_indices (&new_param_indices); in tree_function_versioning()
6287 p = new_param_indices[p]; in tree_function_versioning()