Searched refs:pdepth (Results 1 – 1 of 1) sorted by relevance
189 UInt* pdepth; in CLG_() local220 pdepth = CLG_(get_fn_entry)(to_fn->number); in CLG_()223 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)++; in CLG_()225 else (*pdepth)++; in CLG_()227 if (*pdepth>1) in CLG_()233 if (*pdepth == 1) function_entered(to_fn); in CLG_()338 UInt* pdepth = CLG_(get_fn_entry)(to_fn->number); in CLG_() local341 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)--; in CLG_()343 else (*pdepth)--; in CLG_()344 depth = *pdepth; in CLG_()