Searched refs:bitmap_head (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | bitmap.h | 66 } 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 D | bitmap.c | 704 bitmap_head c; 723 bitmap_head tmp; 740 bitmap_head tmp;
|
| H A D | basic-block.h | 32 typedef bitmap_head regset_head;
|
| H A D | ChangeLog | 11678 * bitmap.c (bitmap_equal_p): Clear all bitmap_head fields.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | sched-deps.c | 77 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 D | sched-ebb.c | 53 static bitmap_head dont_calc_deps; 55 static bitmap_head ebb_head, ebb_tail;
|
| H A D | bitmap.c | 245 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 D | bitmap.h | 78 } bitmap_head; typedef
|
| H A D | basic-block.h | 35 typedef bitmap_head regset_head;
|
| H A D | rtl-factoring.c | 447 bitmap_head stack_reg_live; in collect_pattern_seqs()
|
| H A D | tree-ssa-loop-im.c | 1317 bitmap_head tmp, all_vops; in find_more_ref_vops()
|
| H A D | tree-sra.c | 1510 bitmap_head done_head; in decide_instantiations()
|
| H A D | haifa-sched.c | 2931 bitmap_head processed; in fix_inter_tick() 3971 bitmap_head in_ready; in fix_recovery_deps()
|
| H A D | c-typeck.c | 8627 bitmap_head generic_head, firstprivate_head, lastprivate_head; in c_finish_omp_clauses()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | semantics.c | 3311 bitmap_head generic_head, firstprivate_head, lastprivate_head; in finish_omp_clauses()
|