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

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dopts-common.cc821 unsigned HOST_WIDE_INT used_sets = 0; local
845 if ((used_sets & (HOST_WIDE_INT_1U << (set - 1))) != 0)
850 used_sets |= HOST_WIDE_INT_1U << (set - 1);
1418 unsigned HOST_WIDE_INT used_sets = 0; local
1456 if ((used_sets & (HOST_WIDE_INT_1U << (set - 1))) != 0)
1462 used_sets = HOST_WIDE_INT_1U << (set - 1);
1482 used_sets |= HOST_WIDE_INT_1U << (set - 1);
H A Dopts.cc3774 unsigned HOST_WIDE_INT used_sets = 0; local
3792 used_sets |= HOST_WIDE_INT_1U << (set - 1);
3800 ASSERT_TRUE (used_sets == HOST_WIDE_INT_M1U);
3802 ASSERT_TRUE (used_sets == (HOST_WIDE_INT_1U << highest_set) - 1);

Completed in 147 milliseconds