Home
last modified time | relevance | path

Searched refs:next_child (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/gprof/
Dcg_print.c408 sorted.next_child = 0; in sort_children()
412 detached = arc->next_child; in sort_children()
415 for (prev = &sorted; prev->next_child; prev = prev->next_child) in sort_children()
417 if (cmp_arc (arc, prev->next_child) != LESSTHAN) in sort_children()
421 arc->next_child = prev->next_child; in sort_children()
422 prev->next_child = arc; in sort_children()
426 parent->cg.children = sorted.next_child; in sort_children()
439 for (arc = parent->cg.children; arc; arc = arc->next_child) in print_children()
891 arc = arc->next_child; in cg_print_function_ordering()
Dcg_arcs.h38 struct arc *next_child; /* next child of PARENT */ member
Dcg_arcs.c70 for (arc = parent->cg.children; arc; arc = arc->next_child) in arc_lookup()
144 arc->next_child = parent->cg.children; in arc_add()
177 for (arc = parent->cg.children; arc; arc = arc->next_child) in propagate_time()
Dcall_graph.c114 for (arc = sym->cg.children; arc; arc = arc->next_child) in cg_write_arcs()
Dcg_dfn.c298 for (arc = parent->cg.children; arc; arc = arc->next_child) in cg_dfn()
Dgmon_io.c729 for (arc = sym->cg.children; arc; arc = arc->next_child) in gmon_out_write()