Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dcallstack.c204 fn_node* to_fn = to->cxt->fn[0]; in CLG_() local
220 pdepth = CLG_(get_fn_entry)(to_fn->number); in CLG_()
223 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)++; in CLG_()
233 if (*pdepth == 1) function_entered(to_fn); in CLG_()
337 fn_node* to_fn = jcc->to->cxt->fn[0]; in CLG_() local
338 UInt* pdepth = CLG_(get_fn_entry)(to_fn->number); in CLG_()
341 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)--; in CLG_()
364 if (depth == 0) function_left(to_fn); in CLG_()