Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-sccvn.h51 vn_nary_op_s *unwind_to; member
H A Dtree-ssa-sccvn.c428 gcc_assert (nary->unwind_to == NULL); in VN_INFO()
438 gcc_assert (nary->unwind_to == NULL); in VN_INFO()
3992 vno->unwind_to = *slot; in vn_nary_op_insert_into()
7338 if ((*slot)->unwind_to) in do_unwind()
7339 *slot = (*slot)->unwind_to; in do_unwind()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-sccvn.h51 vn_nary_op_s *unwind_to; member
H A Dtree-ssa-sccvn.cc493 gcc_assert (nary->unwind_to == NULL); in VN_INFO()
503 gcc_assert (nary->unwind_to == NULL); in VN_INFO()
4155 vno->unwind_to = *slot; in vn_nary_op_insert_into()
7779 if ((*slot)->unwind_to) in do_unwind()
7780 *slot = (*slot)->unwind_to; in do_unwind()
H A DChangeLog-201812217 (struct vn_nary_op_s): Add unwind_to member. Add