Home
last modified time | relevance | path

Searched refs:bitmap_head (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dbitmap.h66 } bitmap_head; typedef
132 bitmap_initialize ((bitmap) obstack_alloc (OBSTACK, sizeof (bitmap_head)), 1)
140 bitmap_initialize ((bitmap) xmalloc (sizeof (bitmap_head)), 1)
H A Dbitmap.c704 bitmap_head c;
723 bitmap_head tmp;
740 bitmap_head tmp;
H A Dbasic-block.h32 typedef bitmap_head regset_head;
H A DChangeLog11678 * bitmap.c (bitmap_equal_p): Clear all bitmap_head fields.
/openbsd-src/gnu/gcc/gcc/
H A Dsched-deps.c77 static bitmap_head *true_dependency_cache;
78 static bitmap_head *output_dependency_cache;
79 static bitmap_head *anti_dependency_cache;
80 static bitmap_head *spec_dependency_cache;
88 static bitmap_head *forward_dependency_cache;
1793 true_dependency_cache = XRESIZEVEC (bitmap_head, true_dependency_cache, in extend_dependency_caches()
1795 output_dependency_cache = XRESIZEVEC (bitmap_head, in extend_dependency_caches()
1797 anti_dependency_cache = XRESIZEVEC (bitmap_head, anti_dependency_cache, in extend_dependency_caches()
1800 forward_dependency_cache = XRESIZEVEC (bitmap_head, in extend_dependency_caches()
1804 spec_dependency_cache = XRESIZEVEC (bitmap_head, spec_dependency_cache, in extend_dependency_caches()
H A Dsched-ebb.c53 static bitmap_head dont_calc_deps;
55 static bitmap_head ebb_head, ebb_tail;
H A Dbitmap.c245 map = XOBNEW (&bit_obstack->obstack, bitmap_head); in bitmap_obstack_alloc()
1432 bitmap_head tmp; in bitmap_ior_and_compl()
1448 bitmap_head tmp; in bitmap_ior_and_compl_into()
H A Dbitmap.h78 } bitmap_head; typedef
H A Dbasic-block.h35 typedef bitmap_head regset_head;
H A Drtl-factoring.c447 bitmap_head stack_reg_live; in collect_pattern_seqs()
H A Dtree-ssa-loop-im.c1317 bitmap_head tmp, all_vops; in find_more_ref_vops()
H A Dtree-sra.c1510 bitmap_head done_head; in decide_instantiations()
H A Dhaifa-sched.c2931 bitmap_head processed; in fix_inter_tick()
3971 bitmap_head in_ready; in fix_recovery_deps()
H A Dc-typeck.c8627 bitmap_head generic_head, firstprivate_head, lastprivate_head; in c_finish_omp_clauses()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dsemantics.c3311 bitmap_head generic_head, firstprivate_head, lastprivate_head; in finish_omp_clauses()