Home
last modified time | relevance | path

Searched refs:rtx_constant_pool (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfunction.h164 struct rtx_constant_pool *pool;
Dvarasm.cc78 struct rtx_constant_pool;
210 static GTY(()) struct rtx_constant_pool *shared_constant_pool;
3755 struct GTY(()) rtx_constant_pool { struct
3879 static struct rtx_constant_pool *
3882 struct rtx_constant_pool *pool; in create_constant_pool()
3884 pool = ggc_alloc<rtx_constant_pool> (); in create_constant_pool()
3919 struct rtx_constant_pool *pool; in force_const_mem()
4212 recompute_pool_offsets (struct rtx_constant_pool *pool) in recompute_pool_offsets()
4310 output_constant_pool_contents (struct rtx_constant_pool *pool) in output_constant_pool_contents()
4422 optimize_constant_pool (struct rtx_constant_pool *pool) in optimize_constant_pool()
[all …]
DChangeLog-200620973 (rtx_constant_pool): Remove const_rtx_sym_htab.
DChangeLog-200444334 (struct rtx_constant_pool): Split out from ...
44344 (init_varasm_status): Allocate a rtx_constant_pool, and its hashes.