Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple.cc513 gimple_build_cond (enum tree_code pred_code, tree lhs, tree rhs, in gimple_build_cond() argument
518 gcc_assert (TREE_CODE_CLASS (pred_code) == tcc_comparison); in gimple_build_cond()
519 p = as_a <gcond *> (gimple_build_with_ops (GIMPLE_COND, pred_code, 4)); in gimple_build_cond()
H A Domp-low.cc7188 enum tree_code pred_code = TREE_CODE (predicate); in lower_lastprivate_clauses() local
7192 if (TREE_CODE_CLASS (pred_code) == tcc_comparison) in lower_lastprivate_clauses()
7204 pred_code = NE_EXPR; in lower_lastprivate_clauses()
7208 c = build2 (pred_code, boolean_type_node, arm1, arm2); in lower_lastprivate_clauses()
7221 stmt = gimple_build_cond (pred_code, arm1, arm2, label_true, label); in lower_lastprivate_clauses()
H A Domp-expand.cc481 enum tree_code pred_code; in gimple_build_cond_empty() local
484 gimple_cond_get_ops_from_tree (cond, &pred_code, &lhs, &rhs); in gimple_build_cond_empty()
485 return gimple_build_cond (pred_code, lhs, rhs, NULL_TREE, NULL_TREE); in gimple_build_cond_empty()
H A Dgimplify.cc4321 enum tree_code pred_code; in gimplify_cond_expr() local
4462 gimple_cond_get_ops_from_tree (COND_EXPR_COND (expr), &pred_code, &arm1, in gimplify_cond_expr()
4464 cond_stmt = gimple_build_cond (pred_code, arm1, arm2, label_true, in gimplify_cond_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.c506 gimple_build_cond (enum tree_code pred_code, tree lhs, tree rhs, in gimple_build_cond() argument
511 gcc_assert (TREE_CODE_CLASS (pred_code) == tcc_comparison); in gimple_build_cond()
512 p = as_a <gcond *> (gimple_build_with_ops (GIMPLE_COND, pred_code, 4)); in gimple_build_cond()
H A Domp-low.c6492 enum tree_code pred_code = TREE_CODE (predicate); in lower_lastprivate_clauses() local
6496 if (TREE_CODE_CLASS (pred_code) == tcc_comparison) in lower_lastprivate_clauses()
6508 pred_code = NE_EXPR; in lower_lastprivate_clauses()
6512 c = build2 (pred_code, boolean_type_node, arm1, arm2); in lower_lastprivate_clauses()
6525 stmt = gimple_build_cond (pred_code, arm1, arm2, label_true, label); in lower_lastprivate_clauses()
H A Domp-expand.c480 enum tree_code pred_code; in gimple_build_cond_empty() local
483 gimple_cond_get_ops_from_tree (cond, &pred_code, &lhs, &rhs); in gimple_build_cond_empty()
484 return gimple_build_cond (pred_code, lhs, rhs, NULL_TREE, NULL_TREE); in gimple_build_cond_empty()
H A Dgimplify.c4082 enum tree_code pred_code; in gimplify_cond_expr() local
4223 gimple_cond_get_ops_from_tree (COND_EXPR_COND (expr), &pred_code, &arm1, in gimplify_cond_expr()
4225 cond_stmt = gimple_build_cond (pred_code, arm1, arm2, label_true, in gimplify_cond_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgimple.texi1462 enum tree_code pred_code, tree lhs, tree rhs, tree t_label, tree f_label)
H A Dgccint.info14416 pred_code, tree lhs, tree rhs, tree t_label, tree f_label)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgimple.texi1470 enum tree_code pred_code, tree lhs, tree rhs, tree t_label, tree f_label)
H A Dgccint.info14005 pred_code, tree lhs, tree rhs, tree t_label, tree f_label)