Searched refs:IN_ONE_BB (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dgraph.c249 enum bb_state { NOT_IN_BB, IN_ONE_BB, IN_MULTIPLE_BB };
272 ? IN_ONE_BB : IN_MULTIPLE_BB;
248 enum bb_state { NOT_IN_BB, IN_ONE_BB, IN_MULTIPLE_BB }; enumerator in enum:bb_state
H A Dcfgrtl.c1633 enum bb_state { NOT_IN_BB, IN_ONE_BB, IN_MULTIPLE_BB };
1652 state = IN_ONE_BB;
1622 enum bb_state { NOT_IN_BB, IN_ONE_BB, IN_MULTIPLE_BB }; enumerator in enum:bb_state

Completed in 68 milliseconds