Home
last modified time | relevance | path

Searched refs:modref_records (Results 1 – 8 of 8) sorted by relevance

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dipa-modref.h23 typedef modref_tree <alias_set_type> modref_records; typedef
30 modref_records *loads;
31 modref_records *stores;
H A Dipa-modref.c403 dump_records (modref_records *tt, FILE *out) in dump_records()
666 record_access (modref_records *tt, ao_ref *ref) in record_access()
2002 summary->loads = modref_records::create_ggc (param_modref_max_bases, in analyze_function()
2006 summary->stores = modref_records::create_ggc (param_modref_max_bases, in analyze_function()
2177 dst_data->stores = modref_records::create_ggc in duplicate()
2182 dst_data->loads = modref_records::create_ggc in duplicate()
2306 modref_records **nolto_ret, in read_modref_records()
2317 *nolto_ret = modref_records::create_ggc (max_bases, max_refs, in read_modref_records()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dipa-modref.h23 typedef modref_tree <alias_set_type> modref_records; typedef
30 modref_records *loads;
31 modref_records *stores;
H A Dipa-modref.c403 dump_records (modref_records *tt, FILE *out) in dump_records()
666 record_access (modref_records *tt, ao_ref *ref) in record_access()
1993 summary->loads = modref_records::create_ggc (param_modref_max_bases, in analyze_function()
1997 summary->stores = modref_records::create_ggc (param_modref_max_bases, in analyze_function()
2168 dst_data->stores = modref_records::create_ggc in duplicate()
2173 dst_data->loads = modref_records::create_ggc in duplicate()
2297 modref_records **nolto_ret, in read_modref_records()
2308 *nolto_ret = modref_records::create_ggc (max_bases, max_refs, in read_modref_records()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dipa-modref.h23 typedef modref_tree <alias_set_type> modref_records; typedef
30 modref_records *loads;
31 modref_records *stores;
H A Dipa-modref.c403 dump_records (modref_records *tt, FILE *out) in dump_records()
666 record_access (modref_records *tt, ao_ref *ref) in record_access()
1993 summary->loads = modref_records::create_ggc (param_modref_max_bases, in analyze_function()
1997 summary->stores = modref_records::create_ggc (param_modref_max_bases, in analyze_function()
2168 dst_data->stores = modref_records::create_ggc in duplicate()
2173 dst_data->loads = modref_records::create_ggc in duplicate()
2297 modref_records **nolto_ret, in read_modref_records()
2308 *nolto_ret = modref_records::create_ggc (max_bases, max_refs, in read_modref_records()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dipa-modref.h23 typedef modref_tree <alias_set_type> modref_records; typedef
31 modref_records *loads;
32 modref_records *stores;
H A Dipa-modref.c424 dump_records (modref_records *tt, FILE *out) in dump_records()
889 static void record_access (modref_records *, ao_ref *, modref_access_node &);
998 modref_access_analysis::record_access (modref_records *tt, in record_access()
3045 summary->loads = modref_records::create_ggc (); in analyze_function()
3047 summary->stores = modref_records::create_ggc (); in analyze_function()
3298 dst_data->stores = modref_records::create_ggc (); in duplicate()
3300 dst_data->loads = modref_records::create_ggc (); in duplicate()
3407 modref_records **nolto_ret, in read_modref_records()
3417 *nolto_ret = modref_records::create_ggc (); in read_modref_records()