Home
last modified time | relevance | path

Searched refs:split_size (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-split.cc126 unsigned int header_size, split_size; member in split_point
203 current->split_size); in dump_split_point()
554 if (current->split_size <= call_overhead) in consider_split()
580 && current->split_size >= (unsigned int) param_max_inline_insns_auto + 10) in consider_split()
591 && current->split_size in consider_split()
712 && best_split_point.split_size < current->split_size)) in consider_split()
1061 current.split_size = 0; in find_split_points()
1110 current.split_size = entry->overall_size; in find_split_points()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-split.c126 unsigned int header_size, split_size; variable
203 current->split_size); in dump_split_point()
553 if (current->split_size <= call_overhead) in consider_split()
579 && current->split_size >= (unsigned int) param_max_inline_insns_auto + 10) in consider_split()
590 && current->split_size in consider_split()
711 && best_split_point.split_size < current->split_size)) in consider_split()
1042 current.split_size = 0; in find_split_points()
1091 current.split_size = entry->overall_size; in find_split_points()
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.h237 DECLARE (int, split_size, 0);
H A Dmakeinfo.c745 if (sscanf (optarg, "%d", &split_size) != 1) in main()
1769 split_file (real_output_filename, split_size); in convert_from_loaded_file()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.463043 * makeinfo/makeinfo.h (split_size): New option.
3044 * makeinfo/makeinfo.c (long_options): Add split_size.