Home
last modified time | relevance | path

Searched refs:ptr_loc (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDread-rtl.c85 struct ptr_loc { struct
134 static const struct ptr_loc *get_rtx_ptr_loc (const void *);
732 struct ptr_loc *loc; in set_rtx_ptr_loc()
734 loc = (struct ptr_loc *) obstack_alloc (&ptr_loc_obstack, in set_rtx_ptr_loc()
735 sizeof (struct ptr_loc)); in set_rtx_ptr_loc()
745 static const struct ptr_loc *
748 return (const struct ptr_loc *) htab_find (ptr_locs, &ptr); in get_rtx_ptr_loc()
756 const struct ptr_loc *loc = get_rtx_ptr_loc (old_ptr); in copy_rtx_ptr_loc()
767 const struct ptr_loc *loc = get_rtx_ptr_loc (ptr); in print_rtx_ptr_loc()
HDChangeLog-200530129 * read-rtl.c (ptr_loc): New structure.