Home
last modified time | relevance | path

Searched refs:vec_rtx_heap (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcse-common.h24 typedef vec<rtx_insn *> vec_rtx_heap; typedef
H A Dpostreload-gcse.cc322 modify_mem_list = (vec_rtx_heap *) xcalloc (last_basic_block_for_fn (cfun), in alloc_mem()
323 sizeof (vec_rtx_heap)); in alloc_mem()
H A Dgcse.cc620 typedef vec<rtx_insn *> vec_rtx_heap; in alloc_gcse_mem() typedef
622 modify_mem_list = GCNEWVEC (vec_rtx_heap, last_basic_block_for_fn (cfun)); in alloc_gcse_mem()
H A DChangeLog-201419785 (vec_rtx_heap): Strengthen this typedef from vec<rtx> to
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcse-common.h24 typedef vec<rtx_insn *> vec_rtx_heap; typedef
H A Dpostreload-gcse.c322 modify_mem_list = (vec_rtx_heap *) xcalloc (last_basic_block_for_fn (cfun), in alloc_mem()
323 sizeof (vec_rtx_heap)); in alloc_mem()
H A Dgcse.c620 typedef vec<rtx_insn *> vec_rtx_heap; in alloc_gcse_mem() typedef
622 modify_mem_list = GCNEWVEC (vec_rtx_heap, last_basic_block_for_fn (cfun)); in alloc_gcse_mem()