Home
last modified time | relevance | path

Searched refs:gimple_build_cond_from_tree (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsese.c356 cond_stmt = gimple_build_cond_from_tree (condition, NULL_TREE, NULL_TREE); in set_ifsese_condition()
H A Dtree-call-cdce.c441 stmt3 = gimple_build_cond_from_tree (tempcn, NULL_TREE, NULL_TREE); in gen_one_condition()
H A Dcfgloopmanip.c704 cond_stmt = gimple_build_cond_from_tree (simple_cond, NULL_TREE, NULL_TREE); in create_empty_if_region_on_edge()
H A Dtree-complex.c1293 stmt = gimple_build_cond_from_tree (cond, NULL_TREE, NULL_TREE); in expand_complex_div_wide()
H A Dtree-switch-conversion.c1685 cond_stmt = gimple_build_cond_from_tree (tmp, NULL_TREE, NULL_TREE); in hoist_edge_and_branch_if_true()
H A Dgimple.c524 gimple_build_cond_from_tree (tree cond, tree t_label, tree f_label) in gimple_build_cond_from_tree() function
H A Dtree-vect-loop-manip.c1194 cond_stmt = gimple_build_cond_from_tree (cond, NULL_TREE, NULL_TREE); in slpeel_add_loop_guard()
H A Dgimple.h1531 gcond *gimple_build_cond_from_tree (tree, tree, tree);
H A Domp-low.c12192 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 Dtree-cfg.c8954 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 Dsese.cc356 cond_stmt = gimple_build_cond_from_tree (condition, NULL_TREE, NULL_TREE); in set_ifsese_condition()
H A Dtree-call-cdce.cc441 stmt3 = gimple_build_cond_from_tree (tempcn, NULL_TREE, NULL_TREE); in gen_one_condition()
H A Dcfgloopmanip.cc703 cond_stmt = gimple_build_cond_from_tree (simple_cond, NULL_TREE, NULL_TREE); in create_empty_if_region_on_edge()
H A Dtree-switch-conversion.cc1727 cond_stmt = gimple_build_cond_from_tree (tmp, NULL_TREE, NULL_TREE); in hoist_edge_and_branch_if_true()
H A Dgimple.cc531 gimple_build_cond_from_tree (tree cond, tree t_label, tree f_label) in gimple_build_cond_from_tree() function
H A Dtree-vect-loop-manip.cc1268 cond_stmt = gimple_build_cond_from_tree (cond, NULL_TREE, NULL_TREE); in slpeel_add_loop_guard()
H A DChangeLog.gimple-classes457 (gimple_build_cond_from_tree): Likewise.
4494 (gimple_build_cond_from_tree): Likewise.
4536 (gimple_build_cond_from_tree): Likewise.
H A Dgimple.h1533 gcond *gimple_build_cond_from_tree (tree, tree, tree);
H A Domp-low.cc13469 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 Dtree-cfg.cc9043 new_cond_expr = gimple_build_cond_from_tree (cond_expr, in gimple_lv_add_condition_to_bb()
H A DChangeLog.tuples5114 (gimple_build_cond_from_tree): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dgimple-parser.c2240 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 Dgimple-parser.cc2292 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 Dgimple.texi1471 @deftypefn {GIMPLE function} gcond *gimple_build_cond_from_tree (tree cond, @
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgimple.texi1479 @deftypefn {GIMPLE function} gcond *gimple_build_cond_from_tree (tree cond, @

12