Home | History | Annotate | Download | only in callgrind

Lines Matching refs:cxt

58   s->entry[0].cxt = 0; /* for assertion in push_cxt() */
204 fn_node* to_fn = to->cxt->fn[0];
213 CLG_ASSERT(current_entry->cxt != 0);
223 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)++;
258 current_entry->cxt = 0;
337 fn_node* to_fn = jcc->to->cxt->fn[0];
341 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)--;
359 CLG_(current_state).cxt = lower_entry->cxt;
362 CLG_ASSERT(CLG_(current_state).cxt != 0);
368 lower_entry->cxt = 0;