| /src/external/gpl3/gcc.old/dist/gcc/ |
| 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);
|
| 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,
|
| 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...] |
| 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-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);
|
| tree-parloops.cc | 2354 gcond *cond_stmt = as_a <gcond *> (last_stmt (exit->src)); local 2355 tree control = gimple_cond_lhs (cond_stmt); 2388 gimple_cond_set_rhs (cond_stmt, bound); 2389 update_stmt (cond_stmt); 2518 gcond *cond_stmt = as_a <gcond *> (last_stmt (exit->src)); local 2519 tree control = gimple_cond_lhs (cond_stmt); 2633 gcond *cond_stmt, *cond_nit; local 2640 cond_stmt = as_a <gcond *> (last_stmt (exit->src)); 2641 control = gimple_cond_lhs (cond_stmt); 2642 gcc_assert (gimple_cond_rhs (cond_stmt) == nit) 2746 gcond *cond_stmt; local 2981 gimple *cond_stmt; local [all...] |
| omp-expand.cc | 1217 gcond *cond_stmt = gimple_build_cond (code, lhs, rhs, NULL_TREE, NULL_TREE); local 1219 gsi_insert_after (gsi_p, cond_stmt, GSI_CONTINUE_LINKING); 1221 gsi_insert_before (gsi_p, cond_stmt, GSI_SAME_STMT); 1222 if (walk_tree (gimple_cond_lhs_ptr (cond_stmt), expand_omp_regimplify_p, 1224 || walk_tree (gimple_cond_rhs_ptr (cond_stmt), expand_omp_regimplify_p, 1227 gimple_stmt_iterator gsi = gsi_for_stmt (cond_stmt); 1228 gimple_regimplify_operands (cond_stmt, &gsi); 1230 return cond_stmt; 1885 gcond *cond_stmt; local 1893 cond_stmt = expand_omp_build_cond (gsi, fd->loops[i].cond_code 2090 gcond *cond_stmt local 2309 gcond *cond_stmt local 2565 gcond *cond_stmt local 2837 gcond *cond_stmt local 2909 gcond *cond_stmt; local 3235 gcond *cond_stmt local 4509 gcond *cond_stmt = gimple_build_cond_empty (t); local 4530 gcond *cond_stmt = gimple_build_cond_empty (t); local 4921 gcond *cond_stmt = expand_omp_build_cond (&gsi, fd->loop.cond_code, local 5110 gcond *cond_stmt = gimple_build_cond_empty (t); local 5716 gcond *cond_stmt = expand_omp_build_cond (&gsi, fd->loop.cond_code, local 6346 gcond *cond_stmt; local [all...] |
| tree-ssa-math-opts.cc | 3501 maybe_optimize_guarding_check (vec<gimple *> &mul_stmts, gimple *cond_stmt, 3504 basic_block bb = gimple_bb (cond_stmt); 3513 if (gimple_code (cond_stmt) == GIMPLE_COND) 3518 if (gimple_cond_code (cond_stmt) == NE_EXPR) 3560 while (gsi_stmt (gsi) != cond_stmt) 3583 if (gimple_code (cond_stmt) == GIMPLE_COND) 3598 tree lhs = gimple_assign_lhs (cond_stmt); 3604 if (gimple_assign_rhs_code (cond_stmt) == COND_EXPR) 3630 if (gimple_assign_rhs_code (cond_stmt) == COND_EXPR) 3632 tree cond = gimple_assign_rhs1 (cond_stmt); 3907 gimple *cond_stmt = NULL; local 4283 gcond *cond_stmt = as_a <gcond *> (use_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-propagate.cc | 1219 else if (gcond *cond_stmt = dyn_cast <gcond *> (stmt)) 1224 gimple_cond_set_code (cond_stmt, NE_EXPR); 1225 gimple_cond_set_lhs (cond_stmt, lhs); 1226 gimple_cond_set_rhs (cond_stmt, rhs);
|
| /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,
|
| gimple-ssa-split-paths.cc | 266 to end with a cond_stmt which has the same args with the PHI in BB. */ 270 if (gcond *cond_stmt = dyn_cast <gcond *> (*gsi_last_bb (pred1))) 272 tree lhs = gimple_cond_lhs (cond_stmt); 273 tree rhs = gimple_cond_rhs (cond_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);
|
| 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-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-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...] |
| omp-expand.cc | 1220 gcond *cond_stmt = gimple_build_cond (code, lhs, rhs, NULL_TREE, NULL_TREE); local 1222 gsi_insert_after (gsi_p, cond_stmt, GSI_CONTINUE_LINKING); 1224 gsi_insert_before (gsi_p, cond_stmt, GSI_SAME_STMT); 1225 if (walk_tree (gimple_cond_lhs_ptr (cond_stmt), expand_omp_regimplify_p, 1227 || walk_tree (gimple_cond_rhs_ptr (cond_stmt), expand_omp_regimplify_p, 1230 gimple_stmt_iterator gsi = gsi_for_stmt (cond_stmt); 1231 gimple_regimplify_operands (cond_stmt, &gsi); 1233 return cond_stmt; 1886 gcond *cond_stmt; local 1894 cond_stmt = expand_omp_build_cond (gsi, fd->loops[i].cond_code 2091 gcond *cond_stmt local 2308 gcond *cond_stmt local 2563 gcond *cond_stmt local 2833 gcond *cond_stmt local 2904 gcond *cond_stmt; local 3222 gcond *cond_stmt local 4608 gcond *cond_stmt = gimple_build_cond_empty (t); local 4629 gcond *cond_stmt = gimple_build_cond_empty (t); local 5020 gcond *cond_stmt = expand_omp_build_cond (&gsi, fd->loop.cond_code, local 5209 gcond *cond_stmt = gimple_build_cond_empty (t); local 5811 gcond *cond_stmt = expand_omp_build_cond (&gsi, fd->loop.cond_code, local 6441 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-ssa-propagate.cc | 1214 else if (gcond *cond_stmt = dyn_cast <gcond *> (stmt)) 1219 gimple_cond_set_code (cond_stmt, NE_EXPR); 1220 gimple_cond_set_lhs (cond_stmt, lhs); 1221 gimple_cond_set_rhs (cond_stmt, rhs);
|
| 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)
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| infinite-recursion.cc | 272 if (const gcond *cond_stmt = dyn_cast <const gcond *> (last_stmt)) 274 if (expr_uses_conjured_svalue_p (model, gimple_cond_lhs (cond_stmt))) 276 if (expr_uses_conjured_svalue_p (model, gimple_cond_rhs (cond_stmt)))
|
| checker-event.cc | 750 if (const gcond *cond_stmt = dyn_cast <const gcond *> (last_stmt)) 752 enum tree_code op = gimple_cond_code (cond_stmt); 753 tree lhs = gimple_cond_lhs (cond_stmt); 754 tree rhs = gimple_cond_rhs (cond_stmt);
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| checker-path.cc | 549 if (const gcond *cond_stmt = dyn_cast <const gcond *> (last_stmt)) 551 enum tree_code op = gimple_cond_code (cond_stmt); 552 tree lhs = gimple_cond_lhs (cond_stmt); 553 tree rhs = gimple_cond_rhs (cond_stmt);
|