| /src/external/gpl3/gcc/dist/gcc/ |
| gimplify-me.cc | 166 gcond *cond_stmt = as_a <gcond *> (stmt); local 167 gimplify_expr (gimple_cond_lhs_ptr (cond_stmt), &pre, NULL, 169 gimplify_expr (gimple_cond_rhs_ptr (cond_stmt), &pre, NULL,
|
| sese.cc | 346 gcond *cond_stmt; local 354 cond_stmt = gimple_build_cond_from_tree (condition, NULL_TREE, NULL_TREE); 355 gsi_insert_before (&gsi, cond_stmt, GSI_SAME_STMT);
|
| tree-ssa-loop-ch.cc | 633 gcond *cond_stmt local 636 gimple_cond_make_true (cond_stmt); 638 gimple_cond_make_false (cond_stmt); 639 update_stmt (cond_stmt); 660 gcond *cond_stmt = as_a <gcond *>(*gsi_last_bb (region[i])); local 662 gimple_cond_make_true (cond_stmt); 664 gimple_cond_make_false (cond_stmt); 665 update_stmt (cond_stmt);
|
| cfgloopmanip.cc | 828 gcond *cond_stmt; local 839 cond_stmt = gimple_build_cond_from_tree (simple_cond, NULL_TREE, NULL_TREE); 841 gsi_insert_after (&gsi, cond_stmt, GSI_NEW_STMT);
|
| gimple-predicate-analysis.cc | 1817 gimple *cond_stmt = *gsi_last_bb (guard_bb); local 1818 if (gimple_code (cond_stmt) == GIMPLE_COND) 1824 one_pred.pred_lhs = gimple_cond_lhs (cond_stmt); 1825 one_pred.pred_rhs = gimple_cond_rhs (cond_stmt); 1826 one_pred.cond_code = gimple_cond_code (cond_stmt); 1841 else if (gswitch *gs = dyn_cast<gswitch *> (cond_stmt)) 1879 else if (stmt_can_throw_internal (cfun, cond_stmt)
|
| graphite-sese-to-poly.cc | 399 gcond *cond_stmt = as_a <gcond *> (stmt); local 400 enum tree_code code = gimple_cond_code (cond_stmt); 406 add_condition_to_pbb (pbb, cond_stmt, code);
|
| tree-complex.cc | 1602 gcond *cond_stmt = as_a <gcond *> (stmt); local 1603 gimple_cond_set_code (cond_stmt, EQ_EXPR); 1604 gimple_cond_set_lhs (cond_stmt, cc); 1605 gimple_cond_set_rhs (cond_stmt, boolean_true_node);
|
| tree-ssa-loop-ivcanon.cc | 580 gcond *cond_stmt = as_a <gcond *> (elt->stmt); local 582 gimple_cond_make_true (cond_stmt); 584 gimple_cond_make_false (cond_stmt); 585 update_stmt (cond_stmt); 635 gcond *cond_stmt = as_a <gcond *> (elt->stmt); local 637 gimple_cond_make_false (cond_stmt); 639 gimple_cond_make_true (cond_stmt); 640 update_stmt (cond_stmt);
|
| tree-ssa-loop-unswitch.cc | 1448 gcond *cond_stmt, *new_cond_stmt; local 1455 cond_stmt = as_a <gcond *> (stmt); 1459 /* Create copy of COND_STMT. */ 1460 new_cond_stmt = gimple_build_cond (gimple_cond_code (cond_stmt), 1461 gimple_cond_lhs (cond_stmt), 1462 gimple_cond_rhs (cond_stmt), 1465 /* Convert COND_STMT to true/false conditional. */ 1467 gimple_cond_make_false (cond_stmt); 1469 gimple_cond_make_true (cond_stmt); 1470 update_stmt (cond_stmt); [all...] |
| tree-switch-conversion.cc | 871 gcond *cond_stmt; 891 cond_stmt = gimple_build_cond (LE_EXPR, tidx, bound, NULL_TREE, NULL_TREE); 892 gsi_insert_before (&gsi, cond_stmt, GSI_SAME_STMT); 893 update_stmt (cond_stmt); 913 e02 = split_block (bb0, cond_stmt); 1825 gcond *cond_stmt; 1835 cond_stmt = gimple_build_cond_from_tree (tmp, NULL_TREE, NULL_TREE); 1836 gimple_set_location (cond_stmt, loc); 1837 gsi_insert_before (gsip, cond_stmt, GSI_SAME_STMT); 1839 e_false = split_block (split_bb, cond_stmt); 870 gcond *cond_stmt; local [all...] |
| tree-vect-loop-manip.cc | 925 gcond *cond_stmt; local 931 cond_stmt = gimple_build_cond (code, test_ctrl, compare_step, NULL_TREE, 938 cond_stmt 941 gsi_insert_before (&loop_cond_gsi, cond_stmt, GSI_SAME_STMT); 969 return cond_stmt; 1188 gcond *cond_stmt = gimple_build_cond (code, index_before_incr, iv_step, 1190 gsi_insert_before (&loop_cond_gsi, cond_stmt, GSI_SAME_STMT); 1221 return cond_stmt; 1235 gcond *cond_stmt; 1331 cond_stmt = gimple_build_cond (code, indx_after_incr, limit, NULL_TREE [all...] |
| value-prof.cc | 1313 gcond *cond_stmt; local 1335 cond_stmt = gimple_build_cond (EQ_EXPR, tmp1, tmp0, NULL_TREE, NULL_TREE); 1336 gsi_insert_before (&gsi, cond_stmt, GSI_SAME_STMT); 1356 e_cd = split_block (cond_bb, cond_stmt); 1538 gcond *cond_stmt; local 1563 cond_stmt = gimple_build_cond (EQ_EXPR, tmp1, tmp0, NULL_TREE, NULL_TREE); 1564 gsi_insert_before (&gsi, cond_stmt, GSI_SAME_STMT); 1581 e_ci = split_block (cond_bb, cond_stmt);
|
| tree-parloops.cc | 2362 gcond *cond_stmt = as_a <gcond *> (*gsi_last_bb (exit->src)); local 2363 tree control = gimple_cond_lhs (cond_stmt); 2390 gimple_cond_set_rhs (cond_stmt, bound); 2391 update_stmt (cond_stmt); 2518 gcond *cond_stmt = as_a <gcond *> (*gsi_last_bb (exit->src)); local 2519 tree control = gimple_cond_lhs (cond_stmt); 2634 gcond *cond_stmt, *cond_nit; local 2641 cond_stmt = as_a <gcond *> (*gsi_last_bb (exit->src)); 2642 control = gimple_cond_lhs (cond_stmt); 2643 gcc_assert (gimple_cond_rhs (cond_stmt) == nit) 2747 gcond *cond_stmt; local 2982 gimple *cond_stmt; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimplify-me.cc | 166 gcond *cond_stmt = as_a <gcond *> (stmt); local 167 gimplify_expr (gimple_cond_lhs_ptr (cond_stmt), &pre, NULL, 169 gimplify_expr (gimple_cond_rhs_ptr (cond_stmt), &pre, NULL,
|
| gimple-ssa-split-paths.cc | 266 to end with a cond_stmt which has the same args with the PHI in BB. */ 270 gimple *cond_stmt = last_stmt (pred1); local 271 if (cond_stmt && gimple_code (cond_stmt) == GIMPLE_COND) 273 tree lhs = gimple_cond_lhs (cond_stmt); 274 tree rhs = gimple_cond_rhs (cond_stmt);
|
| sese.cc | 348 gcond *cond_stmt; local 356 cond_stmt = gimple_build_cond_from_tree (condition, NULL_TREE, NULL_TREE); 358 gsi_insert_after (&gsi, cond_stmt, GSI_NEW_STMT);
|
| tree-ssa-loop-unswitch.cc | 418 gcond *cond_stmt = as_a <gcond *> (stmt); local 419 if (gimple_cond_true_p (cond_stmt)) 421 else if (gimple_cond_false_p (cond_stmt)) 832 gcond *cond_stmt, *new_cond_stmt; local 839 cond_stmt = as_a <gcond *> (stmt); 843 /* Create copy of COND_STMT. */ 844 new_cond_stmt = gimple_build_cond (gimple_cond_code (cond_stmt), 845 gimple_cond_lhs (cond_stmt), 846 gimple_cond_rhs (cond_stmt), 849 /* Convert COND_STMT to true/false conditional. * [all...] |
| tree-ssa-loop-ivcanon.cc | 536 gcond *cond_stmt = as_a <gcond *> (elt->stmt); local 538 gimple_cond_make_true (cond_stmt); 540 gimple_cond_make_false (cond_stmt); 541 update_stmt (cond_stmt); 590 gcond *cond_stmt = as_a <gcond *> (elt->stmt); local 592 gimple_cond_make_false (cond_stmt); 594 gimple_cond_make_true (cond_stmt); 595 update_stmt (cond_stmt);
|
| cfgloopmanip.cc | 692 gcond *cond_stmt; local 703 cond_stmt = gimple_build_cond_from_tree (simple_cond, NULL_TREE, NULL_TREE); 705 gsi_insert_after (&gsi, cond_stmt, GSI_NEW_STMT);
|
| gimple-predicate-analysis.cc | 2165 gimple *cond_stmt = gsi_stmt (gsi); local 2166 if (is_gimple_call (cond_stmt) && EDGE_COUNT (e->src->succs) >= 2) 2187 if (gimple_code (cond_stmt) == GIMPLE_COND) 2193 one_pred.pred_lhs = gimple_cond_lhs (cond_stmt); 2194 one_pred.pred_rhs = gimple_cond_rhs (cond_stmt); 2195 one_pred.cond_code = gimple_cond_code (cond_stmt); 2209 else if (gswitch *gs = dyn_cast<gswitch *> (cond_stmt))
|
| graphite-sese-to-poly.cc | 397 gcond *cond_stmt = as_a <gcond *> (stmt); local 398 enum tree_code code = gimple_cond_code (cond_stmt); 404 add_condition_to_pbb (pbb, cond_stmt, code);
|
| tree-complex.cc | 1595 gcond *cond_stmt = as_a <gcond *> (stmt); local 1596 gimple_cond_set_code (cond_stmt, EQ_EXPR); 1597 gimple_cond_set_lhs (cond_stmt, cc); 1598 gimple_cond_set_rhs (cond_stmt, boolean_true_node);
|
| tree-switch-conversion.cc | 826 gcond *cond_stmt; 846 cond_stmt = gimple_build_cond (LE_EXPR, tidx, bound, NULL_TREE, NULL_TREE); 847 gsi_insert_before (&gsi, cond_stmt, GSI_SAME_STMT); 848 update_stmt (cond_stmt); 868 e02 = split_block (bb0, cond_stmt); 1718 gcond *cond_stmt; 1728 cond_stmt = gimple_build_cond_from_tree (tmp, NULL_TREE, NULL_TREE); 1729 gimple_set_location (cond_stmt, loc); 1730 gsi_insert_before (gsip, cond_stmt, GSI_SAME_STMT); 1732 e_false = split_block (split_bb, cond_stmt); 825 gcond *cond_stmt; local [all...] |
| value-prof.cc | 1321 gcond *cond_stmt; local 1343 cond_stmt = gimple_build_cond (EQ_EXPR, tmp1, tmp0, NULL_TREE, NULL_TREE); 1344 gsi_insert_before (&gsi, cond_stmt, GSI_SAME_STMT); 1364 e_cd = split_block (cond_bb, cond_stmt); 1546 gcond *cond_stmt; local 1571 cond_stmt = gimple_build_cond (EQ_EXPR, tmp1, tmp0, NULL_TREE, NULL_TREE); 1572 gsi_insert_before (&gsi, cond_stmt, GSI_SAME_STMT); 1589 e_ci = split_block (cond_bb, cond_stmt);
|
| tree-ssa-phiopt.cc | 199 gimple *cond_stmt; local 207 cond_stmt = last_stmt (bb); 209 if (!cond_stmt 210 || gimple_code (cond_stmt) != GIMPLE_COND) 256 if (!FLOAT_TYPE_P (TREE_TYPE (gimple_cond_lhs (cond_stmt))) 336 cond_stmt))) 478 to the result of PHI stmt. COND_STMT is the controlling predicate. 483 tree arg0, tree arg1, gimple *cond_stmt) 569 only if new_arg0 is an operand of COND_STMT, or 574 if (new_arg0 != gimple_cond_lhs (cond_stmt) [all...] |