Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-threadedge.c84 lhs_of_dominating_assert (tree op, basic_block bb, tree stmt) in lhs_of_dominating_assert() function
401 op0 = lhs_of_dominating_assert (op0, e->src, stmt); in simplify_control_stmt_condition()
404 op1 = lhs_of_dominating_assert (op1, e->src, stmt); in simplify_control_stmt_condition()
465 cached_lhs = lhs_of_dominating_assert (cached_lhs, e->src, stmt); in simplify_control_stmt_condition()
H A DChangeLog-20066569 * tree-ssa-threadedge.c (lhs_of_dominating_assert): Use new iterator.