/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sese.c | 356 cond_stmt = gimple_build_cond_from_tree (condition, NULL_TREE, NULL_TREE); in set_ifsese_condition()
|
H A D | tree-call-cdce.c | 441 stmt3 = gimple_build_cond_from_tree (tempcn, NULL_TREE, NULL_TREE); in gen_one_condition()
|
H A D | cfgloopmanip.c | 704 cond_stmt = gimple_build_cond_from_tree (simple_cond, NULL_TREE, NULL_TREE); in create_empty_if_region_on_edge()
|
H A D | tree-complex.c | 1293 stmt = gimple_build_cond_from_tree (cond, NULL_TREE, NULL_TREE); in expand_complex_div_wide()
|
H A D | tree-switch-conversion.c | 1685 cond_stmt = gimple_build_cond_from_tree (tmp, NULL_TREE, NULL_TREE); in hoist_edge_and_branch_if_true()
|
H A D | gimple.c | 524 gimple_build_cond_from_tree (tree cond, tree t_label, tree f_label) in gimple_build_cond_from_tree() function
|
H A D | tree-vect-loop-manip.c | 1194 cond_stmt = gimple_build_cond_from_tree (cond, NULL_TREE, NULL_TREE); in slpeel_add_loop_guard()
|
H A D | gimple.h | 1531 gcond *gimple_build_cond_from_tree (tree, tree, tree);
|
H A D | omp-low.c | 12192 gcond *cond = gimple_build_cond_from_tree (present, in lower_omp_target() 12476 gcond *cond = gimple_build_cond_from_tree (present, in lower_omp_target()
|
H A D | tree-cfg.c | 8954 new_cond_expr = gimple_build_cond_from_tree (cond_expr, in gimple_lv_add_condition_to_bb()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sese.cc | 356 cond_stmt = gimple_build_cond_from_tree (condition, NULL_TREE, NULL_TREE); in set_ifsese_condition()
|
H A D | tree-call-cdce.cc | 441 stmt3 = gimple_build_cond_from_tree (tempcn, NULL_TREE, NULL_TREE); in gen_one_condition()
|
H A D | cfgloopmanip.cc | 703 cond_stmt = gimple_build_cond_from_tree (simple_cond, NULL_TREE, NULL_TREE); in create_empty_if_region_on_edge()
|
H A D | tree-switch-conversion.cc | 1727 cond_stmt = gimple_build_cond_from_tree (tmp, NULL_TREE, NULL_TREE); in hoist_edge_and_branch_if_true()
|
H A D | gimple.cc | 531 gimple_build_cond_from_tree (tree cond, tree t_label, tree f_label) in gimple_build_cond_from_tree() function
|
H A D | tree-vect-loop-manip.cc | 1268 cond_stmt = gimple_build_cond_from_tree (cond, NULL_TREE, NULL_TREE); in slpeel_add_loop_guard()
|
H A D | ChangeLog.gimple-classes | 457 (gimple_build_cond_from_tree): Likewise. 4494 (gimple_build_cond_from_tree): Likewise. 4536 (gimple_build_cond_from_tree): Likewise.
|
H A D | gimple.h | 1533 gcond *gimple_build_cond_from_tree (tree, tree, tree);
|
H A D | omp-low.cc | 13469 gcond *cond = gimple_build_cond_from_tree (present, in lower_omp_target() 13786 gcond *cond = gimple_build_cond_from_tree (present, in lower_omp_target()
|
H A D | tree-cfg.cc | 9043 new_cond_expr = gimple_build_cond_from_tree (cond_expr, in gimple_lv_add_condition_to_bb()
|
H A D | ChangeLog.tuples | 5114 (gimple_build_cond_from_tree): New.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | gimple-parser.c | 2240 gimple_seq_add_stmt_without_update (seq, gimple_build_cond_from_tree (cond, t_label, in c_parser_gimple_if_stmt()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | gimple-parser.cc | 2292 gimple_seq_add_stmt_without_update (seq, gimple_build_cond_from_tree (cond, t_label, in c_parser_gimple_if_stmt()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | gimple.texi | 1471 @deftypefn {GIMPLE function} gcond *gimple_build_cond_from_tree (tree cond, @
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | gimple.texi | 1479 @deftypefn {GIMPLE function} gcond *gimple_build_cond_from_tree (tree cond, @
|