Searched refs:oldiv (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dlambda-code.c1817 tree oldiv; local
1843 oldiv = VEC_index (tree, old_ivs, i);
1844 type = TREE_TYPE (oldiv);
1930 for (i = 0; VEC_iterate (tree, old_ivs, i, oldiv); i++)
1935 tree oldiv_stmt = SSA_NAME_DEF_STMT (oldiv);
1959 newiv = lbv_to_gcc_expression (newlbv, TREE_TYPE (oldiv),

Completed in 55 milliseconds