Home | History | Annotate | Download | only in callgrind

Lines Matching refs:current_state

497     source_bbcc->ecounter_sum = CLG_(current_state).collect ? 1 : 0;
499 else if (CLG_(current_state).collect)
504 CLG_(current_state).cxt = 0;
514 source_bbcc->cxt = CLG_(current_state).cxt;
517 CLG_ASSERT(CLG_(current_state).bbcc);
520 fn_number = CLG_(current_state).bbcc->cxt->fn[0]->number;
528 CLG_(current_state).nonskipped = 0; /* we didn't skip this function */
530 CLG_(push_cxt)( CLG_(current_state).bbcc->cxt->fn[0] );
531 CLG_(push_call_stack)(source_bbcc, 0, CLG_(current_state).bbcc,
537 if (CLG_(current_state).sig == 0)
580 last_bbcc = CLG_(current_state).bbcc;
584 passed = CLG_(current_state).jmps_passed;
593 if (CLG_(current_state).collect && !CLG_(current_state).nonskipped) {
599 CLG_(current_state).cost[ fullOffset(EG_IR) ] += instr_count;
604 current_state) );
689 CLG_(current_state).bbcc = top_ce->jcc->from;
695 CLG_ASSERT(CLG_(current_state).nonskipped != 0);
759 if ((delayed_push && !skip) || (CLG_(current_state).cxt == 0)) {
769 bbcc->cxt = CLG_(current_state).cxt;
785 (bbcc->cxt != CLG_(current_state).cxt)))
792 bbcc = lookup_bbcc(bb, CLG_(current_state).cxt);
794 bbcc = clone_bbcc(bb->bbcc_list, CLG_(current_state).cxt, 0);
812 CLG_ASSERT(CLG_(current_state).bbcc != 0);
814 if (CLG_(current_state).bbcc->cxt->fn[0] != bbcc->cxt->fn[0])
832 bbcc = clone_bbcc(bbcc, CLG_(current_state).cxt, idx);
838 if (!skip && CLG_(current_state).nonskipped) {
840 CLG_(current_state).bbcc = CLG_(current_state).nonskipped;
842 passed = CLG_(current_state).bbcc->bb->cjmp_count;
844 CLG_(push_call_stack)(CLG_(current_state).bbcc, passed,
870 CLG_(current_state).bbcc = bbcc;
885 CLG_(print_cxt)(-8, CLG_(current_state).cxt, bbcc->rec_index);