Home
last modified time | relevance | path

Searched refs:best_label (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.c1737 rtx best_label = NULL_RTX; local
1758 best_count = count, best_label = XVECEXP (jump_table, 1, i);
1762 return best_label ? best_label : const0_rtx;
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dalpha.c776 rtx best_label = NULL_RTX; in alpha_tablejump_best_label() local
797 best_count = count, best_label = XVECEXP (jump_table, 1, i); in alpha_tablejump_best_label()
801 return best_label ? best_label : const0_rtx; in alpha_tablejump_best_label()