Home
last modified time | relevance | path

Searched refs:loop_depth_of_name (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-copy.c805 if (loop_depth_of_name (arg) > loop_depth_of_name (lhs)) in copy_prop_visit_phi_node()
915 && loop_depth_of_name (TREE_OPERAND (stmt, 1)) <= depth) in init_copy_prop()
H A Dtree-ssa-dom.c1091 loop_depth_of_name (tree x) in loop_depth_of_name() function
1149 else if (TREE_INVARIANT (x) || (loop_depth_of_name (x) <= loop_depth_of_name (y))) in record_equality()
1702 if (loop_depth_of_name (val) > loop_depth_of_name (op)) in cprop_operand()
2142 && loop_depth_of_name (lhs) >= loop_depth_of_name (rhs)) in propagate_rhs_into_lhs()
H A Dtree-flow.h740 int loop_depth_of_name (tree);
H A DChangeLog-200524864 expr_computes_nonzero, loop_depth_of_name,
25031 (loop_depth_of_name): Declare extern.
H A DChangeLog-20047812 (loop_depth_of_name): New function.