Home
last modified time | relevance | path

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

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