Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira.cc4244 init_live_subregs (bool init_value, sbitmap *live_subregs, in init_live_subregs() argument
4254 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4255 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4260 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4262 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4286 sbitmap *live_subregs = XCNEWVEC (sbitmap, max_regno); in build_insn_chain() local
4373 live_subregs, live_subregs_used, regno, in build_insn_chain()
4388 if (last > SBITMAP_SIZE (live_subregs[regno])) in build_insn_chain()
4389 last = SBITMAP_SIZE (live_subregs[regno]); in build_insn_chain()
4393 bitmap_clear_bit (live_subregs[regno], start); in build_insn_chain()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira.c4115 init_live_subregs (bool init_value, sbitmap *live_subregs, in init_live_subregs() argument
4125 if (live_subregs[allocnum] == NULL) in init_live_subregs()
4126 live_subregs[allocnum] = sbitmap_alloc (size); in init_live_subregs()
4131 bitmap_ones (live_subregs[allocnum]); in init_live_subregs()
4133 bitmap_clear (live_subregs[allocnum]); in init_live_subregs()
4157 sbitmap *live_subregs = XCNEWVEC (sbitmap, max_regno); in build_insn_chain() local
4244 live_subregs, live_subregs_used, regno, in build_insn_chain()
4259 if (last > SBITMAP_SIZE (live_subregs[regno])) in build_insn_chain()
4260 last = SBITMAP_SIZE (live_subregs[regno]); in build_insn_chain()
4264 bitmap_clear_bit (live_subregs[regno], start); in build_insn_chain()
[all …]