Home
last modified time | relevance | path

Searched refs:gimple_assign_rhs_class (Results 1 – 23 of 23) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDgimple-walk.c197 || gimple_assign_rhs_class (stmt) != GIMPLE_SINGLE_RHS; in walk_gimple_op()
217 || gimple_assign_rhs_class (stmt) != GIMPLE_SINGLE_RHS; in walk_gimple_op()
HDgimple-match-head.c626 switch (gimple_assign_rhs_class (stmt)) in gimple_simplify()
HDtree-ssa-phiopt.c1006 || gimple_assign_rhs_class (assign) != GIMPLE_BINARY_RHS in value_replacement()
1114 if (gimple_assign_rhs_class (g) == GIMPLE_BINARY_RHS) in value_replacement()
HDtree-ssa-loop-niter.c2586 || gimple_assign_rhs_class (stmt) == GIMPLE_TERNARY_RHS) in chain_of_csts_start()
2672 else if (gimple_assign_rhs_class (stmt) == GIMPLE_UNARY_RHS in get_val_for()
2677 else if (gimple_assign_rhs_class (stmt) == GIMPLE_BINARY_RHS) in get_val_for()
HDtree-ssa-loop-ivcanon.c294 && (gimple_assign_rhs_class (stmt) != GIMPLE_BINARY_RHS in tree_estimate_loop_size()
HDtree-ssa-math-opts.c3084 if (gimple_assign_rhs_class (use_stmt) == GIMPLE_BINARY_RHS) in uaddsub_overflow_check_p()
3225 if (gimple_assign_rhs_class (use_stmt) == GIMPLE_BINARY_RHS) in match_uaddsub_overflow()
HDgimple.h2717 gimple_assign_rhs_class (const gimple *gs)
2732 && gimple_assign_rhs_class (gs) == GIMPLE_SINGLE_RHS);
HDgimple-ssa-store-merging.c624 rhs_class = gimple_assign_rhs_class (stmt); in find_bswap_or_nop_1()
2295 switch (gimple_assign_rhs_class (stmt)) in gather_bswap_load_refs()
HDipa-prop.c1231 switch (gimple_assign_rhs_class (stmt)) in compute_complex_assign_jump_func()
1256 && gimple_assign_rhs_class (stmt) == GIMPLE_UNARY_RHS in compute_complex_assign_jump_func()
HDtree-scalar-evolution.c2398 switch (gimple_assign_rhs_class (ass)) in instantiate_scev_name()
HDipa-fnsummary.c1107 || gimple_assign_rhs_class (stmt) == GIMPLE_SINGLE_RHS) in eliminated_by_inlining_prob()
HDtree-inline.c3071 && gimple_assign_rhs_class (init_stmt) == GIMPLE_UNARY_RHS) in insert_init_stmt()
HDgimple-fold.c4648 if (gimple_assign_rhs_class (stmt) == GIMPLE_SINGLE_RHS) in fold_stmt_1()
HDtree-cfg.c4788 switch (gimple_assign_rhs_class (stmt)) in verify_gimple_assign()
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-loop-ivcanon.c255 && (gimple_assign_rhs_class (stmt) != GIMPLE_BINARY_RHS in tree_estimate_loop_size()
HDtree-ssa-loop-niter.c2072 || gimple_assign_rhs_class (stmt) == GIMPLE_TERNARY_RHS) in chain_of_csts_start()
2156 else if (gimple_assign_rhs_class (stmt) == GIMPLE_UNARY_RHS in get_val_for()
2163 else if (gimple_assign_rhs_class (stmt) == GIMPLE_BINARY_RHS) in get_val_for()
HDgimple.h2050 gimple_assign_rhs_class (const_gimple gs) in gimple_assign_rhs_class() function
2065 && gimple_assign_rhs_class (gs) == GIMPLE_SINGLE_RHS); in gimple_assign_single_p()
HDtree-ssa-math-opts.c1624 rhs_class = gimple_assign_rhs_class (stmt); in find_bswap_1()
HDgimple.c1484 || gimple_assign_rhs_class (stmt) != GIMPLE_SINGLE_RHS; in walk_gimple_op()
1507 || gimple_assign_rhs_class (stmt) != GIMPLE_SINGLE_RHS; in walk_gimple_op()
HDipa-inline-analysis.c1328 || gimple_assign_rhs_class (stmt) == GIMPLE_SINGLE_RHS) in eliminated_by_inlining_prob()
HDtree-inline.c2542 && gimple_assign_rhs_class (init_stmt) == GIMPLE_UNARY_RHS) in insert_init_stmt()
HDtree-cfg.c4036 switch (gimple_assign_rhs_class (stmt)) in verify_gimple_assign()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDgimple.texi1045 @deftypefn {GIMPLE function} {enum gimple_rhs_class} gimple_assign_rhs_class (gimple g)