Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-threadedge.c356 tree dummy_cond, in simplify_control_stmt_condition() argument
423 TREE_SET_CODE (COND_EXPR_COND (dummy_cond), cond_code); in simplify_control_stmt_condition()
424 TREE_OPERAND (COND_EXPR_COND (dummy_cond), 0) = op0; in simplify_control_stmt_condition()
425 TREE_OPERAND (COND_EXPR_COND (dummy_cond), 1) = op1; in simplify_control_stmt_condition()
431 cached_lhs = fold (COND_EXPR_COND (dummy_cond)); in simplify_control_stmt_condition()
443 cached_lhs = (*simplify) (dummy_cond, stmt); in simplify_control_stmt_condition()
494 thread_across_edge (tree dummy_cond, in thread_across_edge() argument
544 … cond = simplify_control_stmt_condition (e, stmt, dummy_cond, simplify, handle_dominating_asserts); in thread_across_edge()
H A Dtree-ssa-dom.c566 tree dummy_cond = build2 (NE_EXPR, boolean_type_node, in dom_thread_across_edge() local
568 dummy_cond = build3 (COND_EXPR, void_type_node, dummy_cond, NULL, NULL); in dom_thread_across_edge()
569 walk_data->global_data = dummy_cond; in dom_thread_across_edge()