HomeSort by: relevance | last modified time | path
    Searched defs:father (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
et-forest.h 62 struct et_node *father; /* Father of the node. */ member in struct:et_node
et-forest.h 62 struct et_node *father; /* Father of the node. */ member in struct:et_node
cfgloop.cc 272 superloop is FATHER. */
275 establish_preds (class loop *loop, class loop *father)
278 unsigned depth = loop_depth (father) + 1;
283 FOR_EACH_VEC_SAFE_ELT (father->superloops, i, ploop)
285 loop->superloops->quick_push (father);
291 /* Add LOOP to the loop hierarchy tree where FATHER is father of the
299 flow_loop_tree_node_add (class loop *father, class loop *loop,
309 loop->next = father->inner;
310 father->inner = loop
320 class loop *prev, *father; local
    [all...]
cfgloopmanip.cc 131 class loop *father = current_loops->tree_root, *act; local
137 if (flow_loop_nested_p (father, act))
138 father = act;
141 if (father != loop_outer (loop))
143 for (act = loop_outer (loop); act != father; act = loop_outer (act))
146 flow_loop_tree_node_add (father, loop);
tree-ssa-loop-ivcanon.cc 1428 /* If we are recorded as father clear all other fathers that
1467 /* Once we process our father we will have processed
1529 /* father_bbs is a bitmap of loop father header BB indices.
1546 loop_p father = get_loop (cfun, i); local
1548 loop_exit *exit = father->exits->next;
1554 do_rpo_vn (cfun, loop_preheader_edge (father), exit_bbs);
cfgloop.cc 272 superloop is FATHER. */
275 establish_preds (class loop *loop, class loop *father)
278 unsigned depth = loop_depth (father) + 1;
283 FOR_EACH_VEC_SAFE_ELT (father->superloops, i, ploop)
285 loop->superloops->quick_push (father);
291 /* Add LOOP to the loop hierarchy tree where FATHER is father of the
299 flow_loop_tree_node_add (class loop *father, class loop *loop,
309 loop->next = father->inner;
310 father->inner = loop
320 class loop *prev, *father; local
    [all...]
cfgloopmanip.cc 131 class loop *father = current_loops->tree_root, *act; local
137 if (flow_loop_nested_p (father, act))
138 father = act;
141 if (father != loop_outer (loop))
143 for (act = loop_outer (loop); act != father; act = loop_outer (act))
146 flow_loop_tree_node_add (father, loop);
tree-ssa-loop-ivcanon.cc 1428 /* If we are recorded as father clear all other fathers that
1467 /* Once we process our father we will have processed
1529 /* father_bbs is a bitmap of loop father header BB indices.
1546 loop_p father = get_loop (cfun, i); local
1548 loop_exit *exit = father->exits->next;
1554 do_rpo_vn (cfun, loop_preheader_edge (father), exit_bbs);
tree-ssa-reassoc.cc 322 class loop *father = bb->loop_father; local
332 if (!father->latch)
336 if (bb != father->header
337 || father->inner)
348 || gimple_bb (use_stmt)->loop_father != father)
359 if (gimple_bb (def_stmt)->loop_father == father)
360 return bb_rank[father->latch->index] + PHI_LOOP_BIAS;
tree-ssa-reassoc.cc 322 class loop *father = bb->loop_father; local
332 if (!father->latch)
336 if (bb != father->header
337 || father->inner)
348 || gimple_bb (use_stmt)->loop_father != father)
359 if (gimple_bb (def_stmt)->loop_father == father)
360 return bb_rank[father->latch->index] + PHI_LOOP_BIAS;
  /src/external/gpl3/gcc.old/dist/gcc/
et-forest.h 62 struct et_node *father; /* Father of the node. */ member in struct:et_node
et-forest.h 62 struct et_node *father; /* Father of the node. */ member in struct:et_node
tree-ssa-loop-ivcanon.cc 1364 /* If we are recorded as father clear all other fathers that
1403 /* Once we process our father we will have processed
1461 /* father_bbs is a bitmap of loop father header BB indices.
1478 loop_p father = get_loop (cfun, i); local
1480 loop_exit *exit = father->exits->next;
1486 do_rpo_vn (cfun, loop_preheader_edge (father), exit_bbs);
tree-ssa-loop-ivcanon.cc 1364 /* If we are recorded as father clear all other fathers that
1403 /* Once we process our father we will have processed
1461 /* father_bbs is a bitmap of loop father header BB indices.
1478 loop_p father = get_loop (cfun, i); local
1480 loop_exit *exit = father->exits->next;
1486 do_rpo_vn (cfun, loop_preheader_edge (father), exit_bbs);
cfgloop.cc 279 superloop is FATHER. */
282 establish_preds (class loop *loop, class loop *father)
285 unsigned depth = loop_depth (father) + 1;
290 FOR_EACH_VEC_SAFE_ELT (father->superloops, i, ploop)
292 loop->superloops->quick_push (father);
298 /* Add LOOP to the loop hierarchy tree where FATHER is father of the
306 flow_loop_tree_node_add (class loop *father, class loop *loop,
316 loop->next = father->inner;
317 father->inner = loop
327 class loop *prev, *father; local
    [all...]
cfgloopmanip.cc 130 class loop *father = current_loops->tree_root, *act; local
136 if (flow_loop_nested_p (father, act))
137 father = act;
140 if (father != loop_outer (loop))
142 for (act = loop_outer (loop); act != father; act = loop_outer (act))
145 flow_loop_tree_node_add (father, loop);
cfgloop.cc 279 superloop is FATHER. */
282 establish_preds (class loop *loop, class loop *father)
285 unsigned depth = loop_depth (father) + 1;
290 FOR_EACH_VEC_SAFE_ELT (father->superloops, i, ploop)
292 loop->superloops->quick_push (father);
298 /* Add LOOP to the loop hierarchy tree where FATHER is father of the
306 flow_loop_tree_node_add (class loop *father, class loop *loop,
316 loop->next = father->inner;
317 father->inner = loop
327 class loop *prev, *father; local
    [all...]
cfgloopmanip.cc 130 class loop *father = current_loops->tree_root, *act; local
136 if (flow_loop_nested_p (father, act))
137 father = act;
140 if (father != loop_outer (loop))
142 for (act = loop_outer (loop); act != father; act = loop_outer (act))
145 flow_loop_tree_node_add (father, loop);
tree-ssa-reassoc.cc 321 class loop *father = bb->loop_father; local
331 if (!father->latch)
335 if (bb != father->header
336 || father->inner)
347 || gimple_bb (use_stmt)->loop_father != father)
358 if (gimple_bb (def_stmt)->loop_father == father)
359 return bb_rank[father->latch->index] + PHI_LOOP_BIAS;
  /src/common/lib/libc/gen/
rbtree.c 403 struct rb_node * father = RB_FATHER(self); local
404 struct rb_node * grandpa = RB_FATHER(father);
411 KASSERT(RB_RED_P(father));
418 KASSERT(RB_RED_P(father));
423 grandpa = RB_FATHER(father);
426 which = (father == grandpa->rb_right);
441 RB_MARK_BLACK(father);
452 father = RB_FATHER(self);
454 if (RB_BLACK_P(father)) {
465 KASSERT(RB_RED_P(father));
510 struct rb_node *father = RB_FATHER(self); local
715 struct rb_node *father = RB_FATHER(self); local
    [all...]
rbtree.c 403 struct rb_node * father = RB_FATHER(self); local
404 struct rb_node * grandpa = RB_FATHER(father);
411 KASSERT(RB_RED_P(father));
418 KASSERT(RB_RED_P(father));
423 grandpa = RB_FATHER(father);
426 which = (father == grandpa->rb_right);
441 RB_MARK_BLACK(father);
452 father = RB_FATHER(self);
454 if (RB_BLACK_P(father)) {
465 KASSERT(RB_RED_P(father));
510 struct rb_node *father = RB_FATHER(self); local
715 struct rb_node *father = RB_FATHER(self); local
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_rb.c 50 #define RB_SET_FATHER(rb, father) \
51 ((void)((rb)->rb_info = (uintptr_t)(father)|((rb)->rb_info & RB_FLAG_MASK)))
279 struct archive_rb_node * father = RB_FATHER(self);
290 grandpa = RB_FATHER(father);
291 which = (father == grandpa->rb_right);
305 RB_MARK_BLACK(father);
315 father = RB_FATHER(self);
316 if (RB_BLACK_P(father)) {
327 if (self == father->rb_nodes[other]) {
334 __archive_rb_tree_reparent_nodes(father, other)
276 struct archive_rb_node * father = RB_FATHER(self); local
352 struct archive_rb_node *father = RB_FATHER(self); local
477 struct archive_rb_node *father = RB_FATHER(self); local
    [all...]
archive_rb.c 50 #define RB_SET_FATHER(rb, father) \
51 ((void)((rb)->rb_info = (uintptr_t)(father)|((rb)->rb_info & RB_FLAG_MASK)))
279 struct archive_rb_node * father = RB_FATHER(self);
290 grandpa = RB_FATHER(father);
291 which = (father == grandpa->rb_right);
305 RB_MARK_BLACK(father);
315 father = RB_FATHER(self);
316 if (RB_BLACK_P(father)) {
327 if (self == father->rb_nodes[other]) {
334 __archive_rb_tree_reparent_nodes(father, other)
276 struct archive_rb_node * father = RB_FATHER(self); local
352 struct archive_rb_node *father = RB_FATHER(self); local
477 struct archive_rb_node *father = RB_FATHER(self); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-costs.cc 1079 class loop *father = stmt_info->stmt->bb->loop_father; local
1080 if (!loop && father && !father->inner && father->superloops)
riscv-vector-costs.cc 1079 class loop *father = stmt_info->stmt->bb->loop_father; local
1080 if (!loop && father && !father->inner && father->superloops)

Completed in 75 milliseconds

1 2