Home | History | Annotate | Download | only in gprof

Lines Matching defs:detached

314   Arc *arc, *detached, sorted, *prev;
318 *arc the arc you have detached and are inserting.
319 *detached the rest of the arcs to be sorted.
324 for (arc = child->cg.parents; arc; arc = detached)
326 detached = arc->next_parent;
401 Arc *arc, *detached, sorted, *prev;
405 *arc the arc you have detached and are inserting.
406 *detached the rest of the arcs to be sorted.
411 for (arc = parent->cg.children; arc; arc = detached)
413 detached = arc->next_child;