Searched refs:rhs_to_tree (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-forwprop.c | 186 static tree rhs_to_tree (tree type, gimple *stmt); 349 rhs_to_tree (tree type, gimple *stmt) in rhs_to_tree() function 434 rhs0 = rhs_to_tree (TREE_TYPE (op1), def_stmt); in forward_propagate_into_comparison_1() 457 rhs1 = rhs_to_tree (TREE_TYPE (op0), def_stmt); in forward_propagate_into_comparison_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-forwprop.cc | 187 static tree rhs_to_tree (tree type, gimple *stmt); 350 rhs_to_tree (tree type, gimple *stmt) in rhs_to_tree() function 436 rhs0 = rhs_to_tree (TREE_TYPE (op1), def_stmt); in forward_propagate_into_comparison_1() 459 rhs1 = rhs_to_tree (TREE_TYPE (op0), def_stmt); in forward_propagate_into_comparison_1()
|
H A D | ChangeLog.tuples | 1020 * tree-ssa-forwprop.c (rhs_to_tree): Remove fixme. 1701 (rhs_to_tree): New. 2685 (rhs_to_tree, forward_propagate_into_cond_gimple): New functions. 2701 (rhs_to_tree, forward_propagate_into_cond_gimple): New functions.
|
H A D | ChangeLog-2008 | 2626 * tree-ssa-forwprop.c (rhs_to_tree): Remove useless conversions,
|
H A D | ChangeLog-2019 | 13733 * tree-ssa-forwprop.c (rhs_to_tree): Likewise.
|
H A D | ChangeLog-2010 | 6559 * tree-ssa-forwprop.c (rhs_to_tree): Handle GIMPLE_TERNARY_RHS.
|