Home
last modified time | relevance | path

Searched defs:arc (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gprof/
Dcg_arcs.h30 typedef struct arc struct
32 Sym *parent; /* source vertice of arc */ argument
33 Sym *child; /* dest vertice of arc */ argument
35 double time; /* time inherited along arc */ argument
36 double child_time; /* child-time inherited along arc */ argument
37 struct arc *next_parent; /* next parent of CHILD */ argument
38 struct arc *next_child; /* next child of PARENT */ argument
39 int has_been_placed; /* have this arc's functions been placed? */ argument
Dcg_arcs.c61 Arc *arc; in arc_lookup() local
91 Arc *arc, **newarcs; in arc_add() local
166 Arc *arc; in propagate_time() local
275 Arc *arc; in cycle_link() local
363 Arc *arc; in inherit_flags() local
598 Arc *arc; in cg_assemble() local
Dcg_print.c313 Arc *arc, *detached, sorted, *prev; in sort_parents() local
347 Arc *arc; in print_parents() local
400 Arc *arc, *detached, sorted, *prev; in sort_children() local
434 Arc *arc; in print_children() local
867 Arc *arc; in cg_print_function_ordering() local
916 Arc *arc = scratch_arcs[arc_index]; in cg_print_function_ordering() local
Dcall_graph.c109 Arc *arc; in cg_write_arcs() local
Dcg_dfn.c274 Arc *arc; in cg_dfn() local
Dgmon_io.c638 Arc *arc; in gmon_out_write() local