HomeSort by: relevance | last modified time | path
    Searched defs:root_region (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region.cc 992 /* class root_region : public region. */
994 /* root_region's ctor. */
996 root_region::root_region (unsigned id) function in class:ana::root_region
1001 /* Implementation of region::dump_to_pp vfunc for root_region. */
1004 root_region::dump_to_pp (pretty_printer *pp, bool simple) const
1009 pp_string (pp, "root_region()");
region.h 79 root_region (RK_ROOT)
541 class root_region : public region class in namespace:ana
544 root_region (unsigned id);
555 is_a_helper <const root_region *>::test (const region *reg)
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region.cc 1491 /* class root_region : public region. */
1493 /* root_region's ctor. */
1495 root_region::root_region (symbol::id_t id) function in class:ana::root_region
1500 /* Implementation of region::dump_to_pp vfunc for root_region. */
1503 root_region::dump_to_pp (pretty_printer *pp, bool simple) const
1508 pp_string (pp, "root_region()");
region.h 87 root_region (RK_ROOT): the top-level region
614 class root_region : public region class in namespace:ana
617 root_region (symbol::id_t id);
628 is_a_helper <const root_region *>::test (const region *reg)
  /src/external/gpl3/gcc/dist/gcc/
lto-streamer-in.cc 841 real pointers into the rematerialized regions for FN. ROOT_REGION
845 fixup_eh_region_pointers (struct function *fn, HOST_WIDE_INT root_region)
855 gcc_assert (root_region >= 0);
856 fn->eh->region_tree = (*eh_array)[root_region];
923 HOST_WIDE_INT i, root_region, len; local
934 root_region = streamer_read_hwi (ib);
935 gcc_assert (root_region == (int) root_region);
1003 fixup_eh_region_pointers (fn, root_region);
  /src/external/gpl3/gcc.old/dist/gcc/
lto-streamer-in.cc 826 real pointers into the rematerialized regions for FN. ROOT_REGION
830 fixup_eh_region_pointers (struct function *fn, HOST_WIDE_INT root_region)
840 gcc_assert (root_region >= 0);
841 fn->eh->region_tree = (*eh_array)[root_region];
908 HOST_WIDE_INT i, root_region, len; local
919 root_region = streamer_read_hwi (ib);
920 gcc_assert (root_region == (int) root_region);
988 fixup_eh_region_pointers (fn, root_region);

Completed in 85 milliseconds