Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcfgloop.h94 enum loop_estimation enum
163 enum loop_estimation estimate_state;
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcfgloop.h98 enum loop_estimation enum
202 ENUM_BITFIELD(loop_estimation) estimate_state : 8;
H A Dlto-streamer-in.c815 loop->estimate_state = streamer_read_enum (ib, loop_estimation, EST_LAST); in input_cfg()
H A Dlto-streamer-out.c1934 loop_estimation, EST_LAST, loop->estimate_state); in output_cfg()