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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dom.c1264 record_const_or_copy_1 (tree x, tree y, tree prev_x) argument
1278 VEC_quick_push (tree, const_and_copies_stack, prev_x);
1315 tree prev_x = SSA_NAME_VALUE (x); local
1326 record_const_or_copy_1 (x, y, prev_x);
1335 tree prev_x = NULL, prev_y = NULL; local
1338 prev_x = SSA_NAME_VALUE (x);
1350 prev_x = x, x = y, y = prev_x, prev_x = prev_y;
1351 else if (prev_x
[all...]
H A Dtree-ssa-threadedge.c168 tree prev_x = SSA_NAME_VALUE (x); local
178 VEC_quick_push (tree, *stack, prev_x);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-dom.c1598 record_const_or_copy_1 (tree x, tree y, tree prev_x) argument
1603 VEC_quick_push (tree, const_and_copies_stack, prev_x);
1642 tree prev_x = SSA_NAME_VALUE (x); local
1651 record_const_or_copy_1 (x, y, prev_x);
1660 tree prev_x = NULL, prev_y = NULL; local
1663 prev_x = SSA_NAME_VALUE (x);
1674 prev_x = x, x = y, y = prev_x, prev_x = prev_y;
1675 else if (prev_x
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/moused/
H A Dmoused.c1511 static int prev_x, prev_y; local
1743 act->dx = prev_x - x;
1748 prev_x = x;
1886 act->dx = prev_x - x;
1891 prev_x = x;

Completed in 137 milliseconds