Home
last modified time | relevance | path

Searched refs:SSA_NAME_VALUE (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dtree-ssa-threadedge.c131 SSA_NAME_VALUE (dest) = prev_value; in remove_temporary_equivalences()
142 tree prev_x = SSA_NAME_VALUE (x); in record_temporary_equivalence()
146 tree tmp = SSA_NAME_VALUE (y); in record_temporary_equivalence()
150 SSA_NAME_VALUE (x) = y; in record_temporary_equivalence()
289 tmp = SSA_NAME_VALUE (use); in record_temporary_equivalences_from_stmts_at_dest()
383 tree tmp = SSA_NAME_VALUE (op0); in simplify_control_stmt_condition()
390 tree tmp = SSA_NAME_VALUE (op1); in simplify_control_stmt_condition()
459 && SSA_NAME_VALUE (cached_lhs)) in simplify_control_stmt_condition()
460 cached_lhs = SSA_NAME_VALUE (cached_lhs); in simplify_control_stmt_condition()
Dtree-ssa-dom.c340 value = SSA_NAME_VALUE (name); in tree_ssa_dominator_optimize()
342 SSA_NAME_VALUE (name) = NULL; in tree_ssa_dominator_optimize()
544 SSA_NAME_VALUE (dest) = prev_value; in restore_vars_to_original_value()
766 SSA_NAME_VALUE (lhs) = rhs; in record_equivalences_from_phis()
1076 SSA_NAME_VALUE (x) = y; in record_const_or_copy_1()
1118 tree prev_x = SSA_NAME_VALUE (x); in record_const_or_copy()
1122 tree tmp = SSA_NAME_VALUE (y); in record_const_or_copy()
1139 prev_x = SSA_NAME_VALUE (x); in record_equality()
1141 prev_y = SSA_NAME_VALUE (y); in record_equality()
1254 new = SSA_NAME_VALUE (orig); in cprop_into_successor_phis()
[all …]
Dtree-vn.c182 SSA_NAME_VALUE (e) = v; in set_value_handle()
437 return SSA_NAME_VALUE (expr); in get_value_handle()
Dprint-tree.c837 || SSA_NAME_VALUE (node)) in print_node()
842 if (SSA_NAME_VALUE (node)) in print_node()
843 dump_addr (file, " value ", SSA_NAME_VALUE (node)); in print_node()
Dtree-ssa-ccp.c338 else if (SSA_NAME_VALUE (var) in get_default_value()
339 && is_gimple_min_invariant (SSA_NAME_VALUE (var))) in get_default_value()
342 val.value = SSA_NAME_VALUE (var); in get_default_value()
Dtree-ssa-propagate.c487 SSA_NAME_VALUE (ssa_name (i)) = NULL_TREE; in ssa_prop_init()
Dtree-ssa-pre.c3875 if (SSA_NAME_VALUE (name) in fini_pre()
3876 && TREE_CODE (SSA_NAME_VALUE (name)) == VALUE_HANDLE) in fini_pre()
3877 SSA_NAME_VALUE (name) = NULL; in fini_pre()
Dtree.h1724 #define SSA_NAME_VALUE(N) \ macro
DChangeLog-200411480 * tree-ssa-ccp.c (get_default_value): Use SSA_NAME_VALUE rather
11484 except invariants from SSA_NAME_VALUE.
11485 (thread_across_edge): Use SSA_NAME_VALUE rather than SSA_NAME_EQUIV
11493 from SSA_NAME_VALUE.
30310 * tree.h (SSA_NAME_VALUE): New macro.
DChangeLog-200612202 loop trying to follow SSA_NAME_VALUE chains.
DChangeLog-200525054 SSA_NAME_VALUE for every name.
34362 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Clear SSA_NAME_VALUE