Home
last modified time | relevance | path

Searched refs:rhs_to_tree (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-forwprop.c186 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 Dtree-ssa-forwprop.cc187 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 DChangeLog.tuples1020 * 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 DChangeLog-20082626 * tree-ssa-forwprop.c (rhs_to_tree): Remove useless conversions,
H A DChangeLog-201913733 * tree-ssa-forwprop.c (rhs_to_tree): Likewise.
H A DChangeLog-20106559 * tree-ssa-forwprop.c (rhs_to_tree): Handle GIMPLE_TERNARY_RHS.