HomeSort by: relevance | last modified time | path
    Searched refs:unwind_to (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-sccvn.h 51 vn_nary_op_s *unwind_to; member in struct:vn_nary_op_s
tree-ssa-sccvn.cc 499 gcc_assert (nary->unwind_to == NULL);
509 gcc_assert (nary->unwind_to == NULL);
4543 vno->unwind_to = *slot;
4563 /* We can also have a ->unwind_to recording *slot there.
4566 have always N copies for each unwind_to-state. Or we
8345 if ((*slot)->unwind_to)
8346 *slot = (*slot)->unwind_to;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-sccvn.h 51 vn_nary_op_s *unwind_to; member in struct:vn_nary_op_s
tree-ssa-sccvn.cc 493 gcc_assert (nary->unwind_to == NULL);
503 gcc_assert (nary->unwind_to == NULL);
4198 vno->unwind_to = *slot;
4218 /* We can also have a ->unwind_to recording *slot there.
4221 have always N copies for each unwind_to-state. Or we
7824 if ((*slot)->unwind_to)
7825 *slot = (*slot)->unwind_to;

Completed in 110 milliseconds