Searched refs:linearize_expr_tree (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-reassoc.c | 924 static void linearize_expr_tree (VEC(operand_entry_t, heap) **, gimple, 1212 linearize_expr_tree (&subops[i], oedef, in undistribute_ops_list() 2572 linearize_expr_tree (VEC(operand_entry_t, heap) **ops, gimple stmt, in linearize_expr_tree() function 2657 linearize_expr_tree (ops, SSA_NAME_DEF_STMT (binlhs), in linearize_expr_tree() 2895 linearize_expr_tree (&ops, stmt, true, true); in reassociate_bb()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-reassoc.c | 1064 static void linearize_expr_tree (vec<operand_entry *> *, gimple *, 1630 linearize_expr_tree (&subops[i], oedef, in undistribute_ops_list() 5075 linearize_expr_tree (vec<operand_entry *> *ops, gimple *stmt, in linearize_expr_tree() function 5160 linearize_expr_tree (ops, SSA_NAME_DEF_STMT (binlhs), in linearize_expr_tree() 5899 linearize_expr_tree (&ops, stmt, true, true); in reassociate_bb()
|