Home
last modified time | relevance | path

Searched refs:loop_estimation (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloop.h99 enum loop_estimation enum
207 ENUM_BITFIELD(loop_estimation) estimate_state : 8;
H A Dlto-streamer-in.c1117 loop->estimate_state = streamer_read_enum (ib, loop_estimation, EST_LAST);
H A Dlto-streamer-out.c2106 loop_estimation, EST_LAST, loop->estimate_state); in output_cfg()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloop.h99 enum loop_estimation enum
207 ENUM_BITFIELD(loop_estimation) estimate_state : 8;
H A Dlto-streamer-in.cc1104 loop->estimate_state = streamer_read_enum (ib, loop_estimation, EST_LAST); in input_cfg()
H A Dlto-streamer-out.cc2164 loop_estimation, EST_LAST, loop->estimate_state); in output_cfg()
H A DChangeLog-200718784 * cfgloop.h (enum loop_estimation): Move out of struct scope...
H A DChangeLog-201332308 * cfgloop.h (enum loop_estimation): Add EST_LAST.