Searched refs:son (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Det-forest.h66 struct et_node *son; /* The first of the sons of the node. */ member in struct:et_node
H A Ddominance.c571 struct et_node *son; local
575 if (node->son)
577 assign_dfs_numbers (node->son, num);
578 for (son = node->son->right; son != node->son; son = son->right)
579 assign_dfs_numbers (son, nu
717 struct et_node *node = bb->dom[dir], *son = node->son, *ason; local
769 struct et_node *bb_node = bb->dom[dir], *to_node = to->dom[dir], *son; local
1080 struct et_node *son = bb->dom[dir]->son; local
[all...]
H A Dtree-ssa-sink.c424 basic_block son; local
478 for (son = first_dom_son (CDI_POST_DOMINATORS, bb);
479 son;
480 son = next_dom_son (CDI_POST_DOMINATORS, son))
482 sink_code_in_bb (son);
H A Det-forest.c46 struct et_occ *prev; /* Left son in the splay-tree. */
47 struct et_occ *next; /* Right son in the splay-tree. */
479 nw->son = NULL;
492 while (t->son)
493 et_split (t->son);
560 right = father->son;
571 father->son = t;
614 if (father->son == t)
615 father->son = t->right;
616 if (father->son
[all...]
H A Dtree-ssa-reassoc.c1262 basic_block son; local
1292 for (son = first_dom_son (CDI_DOMINATORS, bb);
1293 son;
1294 son = next_dom_son (CDI_DOMINATORS, son))
1295 break_up_subtract_bb (son);
1305 basic_block son; local
1373 for (son = first_dom_son (CDI_POST_DOMINATORS, bb);
1374 son;
1375 son
[all...]
H A Dcfgloop.c821 basic_block son, postpone = NULL;
824 for (son = first_dom_son (CDI_DOMINATORS, bb);
825 son;
826 son = next_dom_son (CDI_DOMINATORS, son))
828 if (!flow_bb_inside_loop_p (loop, son))
831 if (dominated_by_p (CDI_DOMINATORS, loop->latch, son))
833 postpone = son;
836 fill_sons_in_loop (loop, son, tovisit, tv);
820 basic_block son, postpone = NULL; local
H A Dtree-ssa-pre.c1679 basic_block son; local
1770 for (son = first_dom_son (CDI_POST_DOMINATORS, block);
1771 son;
1772 son = next_dom_son (CDI_POST_DOMINATORS, son))
1774 changed |= compute_antic_aux (son,
1775 TEST_BIT (has_abnormal_preds, son->index));
2650 basic_block son; local
2794 for (son = first_dom_son (CDI_DOMINATORS, block);
2795 son;
3385 basic_block block, son; local
[all...]
H A Dtree-into-ssa.c2223 basic_block son; local
2306 for (son = first_dom_son (CDI_DOMINATORS, bb);
2307 son;
2308 son = next_dom_son (CDI_DOMINATORS, son))
2309 prepare_block_for_update (son, insert_phi_p);
H A Dtree-ssa-dom.c2396 basic_block son; local
2405 for (son = first_dom_son (CDI_DOMINATORS, bb);
2406 son;
2407 son = next_dom_son (CDI_DOMINATORS, son))
2408 eliminate_degenerate_phis_1 (son, interesting_names);
H A Dtree-cfg.c4579 basic_block son; local
4581 for (son = first_dom_son (CDI_DOMINATORS, entry);
4582 son;
4583 son = next_dom_son (CDI_DOMINATORS, son))
4585 VEC_safe_push (basic_block, heap, *bbs_p, son);
4586 if (son != exit)
4587 gather_blocks_in_sese_region (son, exit, bbs_p);
H A Domp-low.c3475 basic_block son;
3515 for (son = first_dom_son (CDI_DOMINATORS, bb);
3516 son;
3517 son = next_dom_son (CDI_DOMINATORS, son))
3518 build_omp_regions_1 (son, parent);
3474 basic_block son; local
H A Dtree-vrp.c3600 basic_block son; local
3710 for (son = first_dom_son (CDI_DOMINATORS, bb);
3711 son;
3712 son = next_dom_son (CDI_DOMINATORS, son))
3713 need_assert |= find_assert_locations (son);
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_heap.c145 int son = h->elements; local
149 son = key1;
151 son = h->elements;
152 if (son == h->size) /* need resize... */
156 h->p[son].object = p;
157 h->p[son].key = key1;
160 /* make sure that son >= father along the path */
161 while (son > 0) {
162 int father = HEAP_FATHER(son);
165 if (DN_KEY_LT( h->p[father].key, h->p[son]
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_mf.c128 // Do the same for mf->son.
130 // NOTE: There may be uninitialized elements in mf->son.
135 if (mf->son[i] <= subvalue)
136 mf->son[i] = EMPTY_HASH_VALUE;
138 mf->son[i] -= subvalue;
224 mf->son, mf->cyclic_pos, mf->cyclic_size, \
244 /// \param son lzma_mf.son (contains the hash chain)
256 uint32_t *const son,
262 son[cyclic_po
250 hc_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
450 bt_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
516 bt_skip_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size) argument
[all...]
H A Dlz_encoder.c296 // Calculate the sizes of mf->hash and mf->son and check that
353 lzma_free(mf->son, allocator);
354 mf->son = NULL;
412 // We don't need to initialize mf->son, but not doing that may
416 // actually compressed: most of the mf->son won't get actually
422 mf->son = lzma_alloc(mf->sons_count * sizeof(uint32_t),
425 if (mf->hash == NULL || mf->son == NULL) {
429 lzma_free(mf->son, allocator);
430 mf->son = NULL;
470 .son
[all...]
H A Dlz_encoder.h100 uint32_t *son; member in struct:lzma_mf_s
124 /// Number of elements in son[]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_rb.c409 * Change the son's parentage to point to his grandpa.
428 * Have our son/standin adopt his brother as his new son.
441 * Adopt the far son.
453 * Move the only remaining son to our standin. If our standin is our
454 * son, this will be the only son needed to be moved.
483 struct archive_rb_node *son = self->rb_nodes[which];
489 RB_COPY_PROPERTIES(son, self);
490 father->rb_nodes[RB_POSITION(son)]
478 struct archive_rb_node *son = self->rb_nodes[which]; local
[all...]
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm7 use Mdoc qw(ns pp soff son stoggle mapwords);
122 =item son
155 our @EXPORT_OK = qw(ns pp soff son stoggle hs mapwords gen_encloser nl);
160 son => ['spaceon'],
280 elsif ($arg eq 'on') { son, @_; }
H A Dmdoc2man14 use Mdoc qw(hs ns pp mapwords son soff stoggle gen_encloser);
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm34 use Mdoc qw(ns pp soff son stoggle mapwords);
149 =item son
182 our @EXPORT_OK = qw(ns pp soff son stoggle hs mapwords gen_encloser nl);
187 son => ['spaceon'],
307 elsif ($arg eq 'on') { son, @_; }
H A Dmdoc2man40 use Mdoc qw(hs ns pp mapwords son soff stoggle gen_encloser);
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c267 static char *son(char *p);
1093 parse = son(line);
1108 parse = son(parse);
1121 parse = son(parse);
1165 parse = son(parse);
1199 parse = son(parse);
1214 parse = son(parse);
1224 parse = son(parse);
1242 parse = son(parse);
1284 parse = son(pars
2464 son(char *p) function
[all...]

Completed in 317 milliseconds