Searched refs:ifetch_block_len (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dx86-tune-sched-core.c73 data->ifetch_block_len = 0;
87 data->ifetch_block_len = 0;
113 || data->ifetch_block_len + insn_size > core2i7_ifetch_block_size
138 data->ifetch_block_len = prev_data->ifetch_block_len;
161 data->ifetch_block_len = prev_data->ifetch_block_len + insn_size;
163 gcc_assert (data->ifetch_block_len <= core2i7_ifetch_block_size
215 next_data->ifetch_block_len = data->ifetch_block_len;
[all...]
H A Di386-protos.h361 int ifetch_block_len; member in struct:ix86_first_cycle_multipass_data_
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dx86-tune-sched-core.cc73 data->ifetch_block_len = 0;
87 data->ifetch_block_len = 0;
113 || data->ifetch_block_len + insn_size > core2i7_ifetch_block_size
138 data->ifetch_block_len = prev_data->ifetch_block_len;
161 data->ifetch_block_len = prev_data->ifetch_block_len + insn_size;
163 gcc_assert (data->ifetch_block_len <= core2i7_ifetch_block_size
215 next_data->ifetch_block_len = data->ifetch_block_len;
[all...]
H A Di386-protos.h378 int ifetch_block_len; member in struct:ix86_first_cycle_multipass_data_

Completed in 95 milliseconds