Home | History | Annotate | Download | only in callgrind

Lines Matching full: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)
578 last_bbcc = CLG_(current_state).bbcc;
582 passed = CLG_(current_state).jmps_passed;
599 if (CLG_(current_state).collect && !CLG_(current_state).nonskipped) {
605 CLG_(current_state).cost[ fullOffset(EG_IR) ] += instr_count;
610 CLG_(print_execstate)(-2, &CLG_(current_state) );
694 CLG_(current_state).bbcc = top_ce->jcc->from;
699 CLG_ASSERT(CLG_(current_state).nonskipped != 0);
761 if ((delayed_push && !skip) || (CLG_(current_state).cxt == 0)) {
771 bbcc->cxt = CLG_(current_state).cxt;
787 (bbcc->cxt != CLG_(current_state).cxt)))
794 bbcc = lookup_bbcc(bb, CLG_(current_state).cxt);
796 bbcc = clone_bbcc(bb->bbcc_list, CLG_(current_state).cxt, 0);
815 if (!CLG_(current_state).bbcc ||
816 (CLG_(current_state).bbcc->cxt->fn[0] != bbcc->cxt->fn[0]))
834 bbcc = clone_bbcc(bbcc, CLG_(current_state).cxt, idx);
840 if (!skip && CLG_(current_state).nonskipped) {
842 CLG_(current_state).bbcc = CLG_(current_state).nonskipped;
844 CLG_(push_call_stack)(CLG_(current_state).bbcc, passed,
871 CLG_(current_state).bbcc = bbcc;
886 CLG_(print_cxt)(-8, CLG_(current_state).cxt, bbcc->rec_index);