Searched refs:skip_return (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ipa-param-manipulation.h | 240 int always_copy_start, bool skip_return) in class() 242 m_skip_return (skip_return) in class()
|
| H A D | ipa-param-manipulation.c | 206 bool method2func, bool skip_return) in build_adjusted_function_type() argument 238 if (skip_return) in build_adjusted_function_type() 252 if (skip_return) in build_adjusted_function_type()
|
| H A D | ipa-split.c | 1329 bool skip_return = (!split_part_return_p in split_function() local 1334 || skip_return) in split_function() 1349 adjustments = new ipa_param_adjustments (new_params, j, skip_return); in split_function()
|
| H A D | lto-cgraph.c | 1995 bool skip_return = bp_unpack_value (&bp, 1); in input_node_opt_summary() local 1998 ipa_param_adjustments (new_params, always_copy_start, skip_return)); in input_node_opt_summary()
|
| H A D | ipa-cp.c | 4545 bool skip_return = old_adjustments->m_skip_return; 4548 skip_return));
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-param-manipulation.h | 220 int always_copy_start, bool skip_return) in class() 222 m_skip_return (skip_return) in class()
|
| H A D | ipa-split.cc | 1348 bool skip_return = (!split_part_return_p in split_function() local 1353 || skip_return) in split_function() 1368 adjustments = new ipa_param_adjustments (new_params, j, skip_return); in split_function()
|
| H A D | ipa-param-manipulation.cc | 316 bool method2func, bool skip_return, in build_adjusted_function_type() argument 349 if (skip_return) in build_adjusted_function_type() 363 if (skip_return) in build_adjusted_function_type()
|
| H A D | lto-cgraph.cc | 2005 bool skip_return = bp_unpack_value (&bp, 1); in input_node_opt_summary() local 2008 ipa_param_adjustments (new_params, always_copy_start, skip_return)); in input_node_opt_summary()
|
| H A D | ipa-cp.cc | 5115 bool skip_return = old_adjustments->m_skip_return; in create_specialized_node() local 5118 skip_return)); in create_specialized_node()
|
| H A D | ChangeLog-2014 | 31195 vec<ipa_replace_map *, va_gc> *tree_map, bitmap args_to_skip, bool skip_return,
|