Home
last modified time | relevance | path

Searched refs:try_tablejump (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dexpr.h541 extern int try_tablejump (tree, tree, tree, tree, rtx, rtx);
H A Dstmt.c2537 ok = try_tablejump (index_type, index_expr, minval, range, in expand_case()
H A Dexpr.c9388 try_tablejump (tree index_type, tree index_expr, tree minval, tree range, in try_tablejump() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dexpr.h533 extern int try_tablejump PARAMS ((tree, tree, tree, tree, rtx, rtx));
H A Dstmt.c5495 if (! try_tablejump (index_type, index_expr, minval, range,
H A Dexpr.c11281 try_tablejump (index_type, index_expr, minval, range, in try_tablejump() function
H A DChangeLog.613208 (case_values_threshold, try_casesi, try_tablejump): New;