Home
last modified time | relevance | path

Searched refs:max_unit (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlto-cgraph.cc1329 if (symtab->max_unit < node->unit_id) in input_node()
1330 symtab->max_unit = node->unit_id; in input_node()
1532 file_data->unit_base = symtab->max_unit + 1; in input_cgraph_1()
Dcgraph.h2234 order (0), max_unit (0), global_info_ready (false), state (PARSING), in symbol_table()
2494 int max_unit; variable
DChangeLog-20192060 (symbol_table): Add max_unit.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.cc7412 unsigned int first, i, nop, max_unit, num_slots; in frv_sort_insn_group() local
7461 max_unit = frv_insn_unit (frv_nops[nop]); in frv_sort_insn_group()
7462 if (frv_unit_groups[max_unit] == group) in frv_sort_insn_group()
7465 num_slots = UNIT_NUMBER (max_unit) + 1; in frv_sort_insn_group()