Home
last modified time | relevance | path

Searched refs:BITMAP_XMALLOC (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dra.c378 live_at_end[i] = BITMAP_XMALLOC ();
583 bitmap b = BITMAP_XMALLOC ();
584 bitmap empty_defs = BITMAP_XMALLOC ();
585 bitmap empty_uses = BITMAP_XMALLOC ();
Ddf.c325 df->insns_modified = BITMAP_XMALLOC ();
418 bb_info->rd_kill = BITMAP_XMALLOC ();
420 bb_info->rd_gen = BITMAP_XMALLOC ();
422 bb_info->rd_in = BITMAP_XMALLOC ();
423 bb_info->rd_out = BITMAP_XMALLOC ();
430 bb_info->ru_kill = BITMAP_XMALLOC ();
433 bb_info->ru_gen = BITMAP_XMALLOC ();
435 bb_info->ru_in = BITMAP_XMALLOC ();
436 bb_info->ru_out = BITMAP_XMALLOC ();
443 bb_info->lr_def = BITMAP_XMALLOC ();
[all …]
Dra-rewrite.c404 bitmap b = BITMAP_XMALLOC ();
1091 ri.need_reload = BITMAP_XMALLOC ();
1092 ri.scratch = BITMAP_XMALLOC ();
1482 uses_as_bitmap = BITMAP_XMALLOC (); in detect_web_parts_to_rebuild()
1657 bitmap new_deaths = BITMAP_XMALLOC (); in actual_spill()
1661 useless_defs = BITMAP_XMALLOC (); in actual_spill()
1701 regnos_coalesced_to_hardregs = BITMAP_XMALLOC ();
1828 old_regs = BITMAP_XMALLOC ();
Dra-build.c334 cl->conflicts = BITMAP_XMALLOC ();
1069 all_defs = BITMAP_XMALLOC ();
1118 info->regnos_mentioned = BITMAP_XMALLOC (); in init_bb_info()
1119 info->live_throughout = BITMAP_XMALLOC (); in init_bb_info()
1331 web->useless_conflicts = BITMAP_XMALLOC ();
2118 bitmap newwebs = BITMAP_XMALLOC (); in reset_conflicts()
2235 bitmap ignore_defs = BITMAP_XMALLOC ();
2412 bitmap already = BITMAP_XMALLOC (); in detect_spill_temps()
Dbitmap.h139 #define BITMAP_XMALLOC() \ macro
Dssa-dce.c169 c->data[i] = BITMAP_XMALLOC ();
Dra-colorize.c537 seen = BITMAP_XMALLOC ();
675 seen = BITMAP_XMALLOC ();
Dcfgcleanup.c372 nonequal = BITMAP_XMALLOC();
Dflow.c1890 pbi->new_set = BITMAP_XMALLOC ();
1895 pbi->reg_cond_reg = BITMAP_XMALLOC ();
Dgcse.c1022 reg_set_bitmap = BITMAP_XMALLOC ();
1033 modify_mem_list_set = BITMAP_XMALLOC ();
1034 canon_modify_mem_list_set = BITMAP_XMALLOC ();
DChangeLog.23359 * bitmap.h (BITMAP_XMALLOC): New macro.
DChangeLog.73039 (BITMAP_XMALLOC): Update for change to bitmap_initialize.
/openbsd/src/gnu/usr.bin/gcc/gcc/config/s390/
Ds390.c3993 pool->insns = BITMAP_XMALLOC ();
4376 far_labels = BITMAP_XMALLOC ();
/openbsd/src/gnu/usr.bin/gcc/gcc/config/frv/
Dfrv.c7551 frv_ifcvt.scratch_insns_bitmap = BITMAP_XMALLOC ();