Searched refs:vec_rtx_heap (Results 1 – 7 of 7) sorted by relevance
24 typedef vec<rtx_insn *> vec_rtx_heap; typedef
322 modify_mem_list = (vec_rtx_heap *) xcalloc (last_basic_block_for_fn (cfun), in alloc_mem()323 sizeof (vec_rtx_heap)); in alloc_mem()
620 typedef vec<rtx_insn *> vec_rtx_heap; in alloc_gcse_mem() typedef622 modify_mem_list = GCNEWVEC (vec_rtx_heap, last_basic_block_for_fn (cfun)); in alloc_gcse_mem()
19785 (vec_rtx_heap): Strengthen this typedef from vec<rtx> to