Searched refs:insert_aux (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | pointer-set.c | 119 insert_aux (void *p, void **slots, size_t n_slots, size_t log_slots) in insert_aux() function 154 n = insert_aux (value, new_slots, new_n_slots, new_log_slots); in pointer_set_insert() 164 n = insert_aux (p, pset->slots, pset->n_slots, pset->log_slots); in pointer_set_insert() 270 n = insert_aux (key, new_keys, new_n_slots, new_log_slots); in pointer_map_insert() 283 n = insert_aux (p, pmap->keys, pmap->n_slots, pmap->log_slots); in pointer_map_insert()
|
| HD | tree-ssa-pre.c | 2648 insert_aux (basic_block block) in insert_aux() function 2798 new_stuff |= insert_aux (son); in insert_aux() 2820 new_stuff = insert_aux (ENTRY_BLOCK_PTR); in insert()
|
| HD | ChangeLog-2004 | 2602 (insert_aux): Fix condition and comment reasons for it. 6437 * tree-ssa-pre.c (bitmap_print_value_set, insert_aux): Likewise. 10972 (insert_aux): Likewise. 11172 * tree-ssa-pre.c (bitmap_print_value_set, insert_aux): Ditto. 11701 (insert_aux): Instead of here. 14067 find_or_generate_expression, create_expression_by_pieces, insert_aux, 22994 * tree-ssa-pre.c (insert_aux): Break out if we hit 26208 (insert_aux): Ditto. 26519 (insert_aux): Ditto. 28609 insert_aux. [all …]
|
| HD | ChangeLog-2005 | 79 (insert_aux): Use can_PRE_operation. 765 (insert_aux): Use XCNEWVEC. 18630 (insert_aux): Ditto. 25955 (insert_aux): Ditto. 27460 * tree-ssa-pre.c (insert_aux): Add missing condition to 29422 * tree-ssa-pre.c (compute_antic_aux, insert_aux, init_pre): Ditto. 33052 (insert_aux): Call fully_constant_expression on eprime.
|
| HD | ChangeLog-2006 | 12774 (insert_aux): Move AGGREGATE_TYPE_P check here.
|