Searched refs:loop_estimation (Results 1 – 8 of 8) sorted by relevance
99 enum loop_estimation enum207 ENUM_BITFIELD(loop_estimation) estimate_state : 8;
1117 loop->estimate_state = streamer_read_enum (ib, loop_estimation, EST_LAST);
2106 loop_estimation, EST_LAST, loop->estimate_state); in output_cfg()
1104 loop->estimate_state = streamer_read_enum (ib, loop_estimation, EST_LAST); in input_cfg()
2164 loop_estimation, EST_LAST, loop->estimate_state); in output_cfg()
18784 * cfgloop.h (enum loop_estimation): Move out of struct scope...
32308 * cfgloop.h (enum loop_estimation): Add EST_LAST.