Home
last modified time | relevance | path

Searched refs:ASSERT_EXPR_VAR (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-scalar-evolution.c1285 expr = ASSERT_EXPR_VAR (rhs0); in follow_ssa_edge_expr()
1638 rhs1 = ASSERT_EXPR_VAR (rhs1); in interpret_rhs_expr()
H A Dvr-values.c711 tree var = ASSERT_EXPR_VAR (expr); in extract_range_from_assert()
H A Dtree-pretty-print.c3168 dump_generic_node (pp, ASSERT_EXPR_VAR (node), spc, flags, false); in dump_generic_node()
H A Dtree-vrp.c4262 var = ASSERT_EXPR_VAR (rhs); in remove_range_assertions()
H A Dtree.h1325 #define ASSERT_EXPR_VAR(NODE) TREE_OPERAND (ASSERT_EXPR_CHECK (NODE), 0) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-scalar-evolution.cc1285 expr = ASSERT_EXPR_VAR (rhs0); in follow_ssa_edge_expr()
1638 rhs1 = ASSERT_EXPR_VAR (rhs1); in interpret_rhs_expr()
H A Dtree-vrp.cc3719 var = ASSERT_EXPR_VAR (rhs); in remove_range_assertions()
H A Dvr-values.cc762 tree var = ASSERT_EXPR_VAR (expr); in extract_range_from_assert()
H A Dtree-pretty-print.cc3363 dump_generic_node (pp, ASSERT_EXPR_VAR (node), spc, flags, false); in dump_generic_node()
H A Dtree.h1354 #define ASSERT_EXPR_VAR(NODE) TREE_OPERAND (ASSERT_EXPR_CHECK (NODE), 0) macro
H A DChangeLog-201311353 (remove_range_assertions): If ASSERT_EXPR_VAR has no other immediate
11356 ASSERT_EXPR_VAR to the range info of the ASSERT_EXPR's lhs.
H A DChangeLog-200525072 * tree.h (ASSERT_EXPR_VAR): Define.