/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimplify-me.c | 166 gcond *cond_stmt = as_a <gcond *> (stmt); in gimple_regimplify_operands() local
|
H A D | tree-ssa-loop-unswitch.c | 412 gcond *cond_stmt = as_a <gcond *> (stmt); in tree_unswitch_single_loop() local 798 gcond *cond_stmt, *new_cond_stmt; in hoist_guard() local
|
H A D | tree-ssa-loop-ivcanon.c | 541 gcond *cond_stmt = as_a <gcond *> (elt->stmt); in remove_exits_and_undefined_stmts() local 595 gcond *cond_stmt = as_a <gcond *> (elt->stmt); in remove_redundant_iv_tests() local
|
H A D | sese.c | 348 gcond *cond_stmt; in set_ifsese_condition() local
|
H A D | tree-parloops.c | 2354 gcond *cond_stmt = as_a <gcond *> (last_stmt (exit->src)); in transform_to_exit_first_loop_alt() local 2518 gcond *cond_stmt = as_a <gcond *> (last_stmt (exit->src)); in try_transform_to_exit_first_loop_alt() local 2633 gcond *cond_stmt, *cond_nit; in transform_to_exit_first_loop() local 2746 gcond *cond_stmt; in create_parallel_loop() local 2981 gimple *cond_stmt; in gen_parallel_loop() local
|
H A D | tree-vect-loop-manip.c | 728 gcond *cond_stmt = gimple_build_cond (code, test_mask, zero_mask, in vect_set_loop_condition_masked() local 760 gcond *cond_stmt; in vect_set_loop_condition_unmasked() local 911 gcond *cond_stmt; in vect_set_loop_condition() local 1181 gcond *cond_stmt; in slpeel_add_loop_guard() local
|
H A D | omp-expand.c | 1823 gcond *cond_stmt; in expand_omp_for_init_counts() local 3328 gcond *cond_stmt = gimple_build_cond_empty (t); in expand_omp_for_generic() local 3349 gcond *cond_stmt = gimple_build_cond_empty (t); in expand_omp_for_generic() local 3711 gcond *cond_stmt = gimple_build_cond (fd->loop.cond_code, n1, n2, in expand_omp_for_static_nochunk() local 3909 gcond *cond_stmt = gimple_build_cond_empty (t); in expand_omp_for_static_nochunk() local 4515 gcond *cond_stmt = gimple_build_cond (fd->loop.cond_code, n1, n2, in expand_omp_for_static_chunk() local 5205 gcond *cond_stmt; in expand_omp_simd() local
|
H A D | value-prof.c | 1284 gcond *cond_stmt; in gimple_ic() local 1509 gcond *cond_stmt; in gimple_stringop_fixed_value() local
|
H A D | tree-ssa-propagate.c | 1431 else if (gcond *cond_stmt = dyn_cast <gcond *> (stmt)) in propagate_tree_value_into_stmt() local
|
H A D | tree-ssa-phiopt.c | 188 gimple *cond_stmt; in tree_ssa_phiopt_worker() local 424 tree arg0, tree arg1, gimple *cond_stmt) in factor_out_conditional_conversion()
|
H A D | tree-ssa-ccp.c | 2297 gcond *cond_stmt = as_a <gcond *> (stmt); in fold_stmt() local 2851 if (gcond *cond_stmt = dyn_cast <gcond *> (stmt)) in optimize_unreachable() local
|
H A D | tree-switch-conversion.c | 824 gcond *cond_stmt; in gen_inbound_check() local 1675 gcond *cond_stmt; in hoist_edge_and_branch_if_true() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimplify-me.cc | 166 gcond *cond_stmt = as_a <gcond *> (stmt); in gimple_regimplify_operands() local
|
H A D | tree-ssa-loop-unswitch.cc | 418 gcond *cond_stmt = as_a <gcond *> (stmt); in tree_unswitch_single_loop() local 832 gcond *cond_stmt, *new_cond_stmt; in hoist_guard() local
|
H A D | omp-expand.cc | 1217 gcond *cond_stmt = gimple_build_cond (code, lhs, rhs, NULL_TREE, NULL_TREE); in expand_omp_build_cond() local 1885 gcond *cond_stmt; in expand_omp_for_init_counts() local 2090 gcond *cond_stmt in expand_omp_for_init_counts() local 2309 gcond *cond_stmt in expand_omp_for_init_counts() local 2565 gcond *cond_stmt in expand_omp_for_init_vars() local 2837 gcond *cond_stmt in expand_omp_for_init_vars() local 2909 gcond *cond_stmt; in expand_omp_for_init_vars() local 3235 gcond *cond_stmt in extract_omp_for_update_vars() local 4509 gcond *cond_stmt = gimple_build_cond_empty (t); in expand_omp_for_generic() local 4530 gcond *cond_stmt = gimple_build_cond_empty (t); in expand_omp_for_generic() local [all …]
|
H A D | gimple-ssa-split-paths.cc | 270 gimple *cond_stmt = last_stmt (pred1); in is_feasible_trace() local
|
H A D | tree-ssa-loop-ivcanon.cc | 536 gcond *cond_stmt = as_a <gcond *> (elt->stmt); in remove_exits_and_undefined_stmts() local 590 gcond *cond_stmt = as_a <gcond *> (elt->stmt); in remove_redundant_iv_tests() local
|
H A D | sese.cc | 348 gcond *cond_stmt; in set_ifsese_condition() local
|
H A D | tree-parloops.cc | 2354 gcond *cond_stmt = as_a <gcond *> (last_stmt (exit->src)); in transform_to_exit_first_loop_alt() local 2518 gcond *cond_stmt = as_a <gcond *> (last_stmt (exit->src)); in try_transform_to_exit_first_loop_alt() local 2633 gcond *cond_stmt, *cond_nit; in transform_to_exit_first_loop() local 2746 gcond *cond_stmt; in create_parallel_loop() local 2981 gimple *cond_stmt; in gen_parallel_loop() local
|
H A D | tree-vect-loop-manip.cc | 775 gcond *cond_stmt = gimple_build_cond (code, test_ctrl, zero_ctrl, in vect_set_loop_condition_partial_vectors() local 806 gcond *cond_stmt; in vect_set_loop_condition_normal() local 957 gcond *cond_stmt; in vect_set_loop_condition() local 1255 gcond *cond_stmt; in slpeel_add_loop_guard() local
|
H A D | tree-ssa-propagate.cc | 1219 else if (gcond *cond_stmt = dyn_cast <gcond *> (stmt)) in propagate_tree_value_into_stmt() local
|
H A D | value-prof.cc | 1321 gcond *cond_stmt; in gimple_ic() local 1546 gcond *cond_stmt; in gimple_stringop_fixed_value() local
|
H A D | tree-switch-conversion.cc | 825 gcond *cond_stmt; in gen_inbound_check() local 1717 gcond *cond_stmt; in hoist_edge_and_branch_if_true() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | checker-path.cc | 502 if (const gcond *cond_stmt = dyn_cast <const gcond *> (last_stmt)) in maybe_describe_condition() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | checker-path.cc | 549 if (const gcond *cond_stmt = dyn_cast <const gcond *> (last_stmt)) in maybe_describe_condition() local
|