Searched refs:pure_cxt (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/callgrind/
H A Dfn.c351 fn->pure_cxt = 0;
554 if (fn->pure_cxt == 0) {
563 fn->pure_cxt = CLG_(get_cxt)(pure+1);
H A Ddump.c207 CLG_ASSERT(cxt->fn[i-1]->pure_cxt != 0);
208 n = cxt->fn[i-1]->pure_cxt->base_number;
214 last = cxt->fn[i-1]->pure_cxt;
221 cxt->fn[0]->pure_cxt->base_number);
226 cxt->fn[i]->pure_cxt->base_number);
H A Dglobal.h395 Context* pure_cxt; /* the context with only the function itself */ member in struct:_fn_node

Completed in 54 milliseconds