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

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

Completed in 56 milliseconds