Home | History | Annotate | Download | only in callgrind

Lines Matching full:current_state

507     source_bbcc->ecounter_sum = CLG_(current_state).collect ? 1 : 0;
509 else if (CLG_(current_state).collect)
514 CLG_(current_state).cxt = 0;
524 source_bbcc->cxt = CLG_(current_state).cxt;
527 CLG_ASSERT(CLG_(current_state).bbcc);
530 fn_number = CLG_(current_state).bbcc->cxt->fn[0]->number;
538 CLG_(current_state).nonskipped = 0; /* we didn't skip this function */
540 CLG_(push_cxt)( CLG_(current_state).bbcc->cxt->fn[0] );
541 CLG_(push_call_stack)(source_bbcc, 0, CLG_(current_state).bbcc,
547 if (CLG_(current_state).sig == 0)
595 last_bbcc = CLG_(current_state).bbcc;
599 passed = CLG_(current_state).jmps_passed;
604 if (CLG_(current_state).collect) {
605 if (!CLG_(current_state).nonskipped) {
611 CLG_(current_state).cost[ fullOffset(EG_IR) ] += instr_count;
620 CLG_(current_state).cost[ fullOffset(EG_IR) ] += instr_count;
621 CLG_(current_state).nonskipped->skipped[ fullOffset(EG_IR) ]
628 CLG_(print_execstate)(-2, &CLG_(current_state) );
713 CLG_(current_state).bbcc = top_ce->jcc->from;
719 CLG_ASSERT(CLG_(current_state).nonskipped != 0);
783 if ((delayed_push && !skip) || (CLG_(current_state).cxt == 0)) {
793 bbcc->cxt = CLG_(current_state).cxt;
809 (bbcc->cxt != CLG_(current_state).cxt)))
816 bbcc = lookup_bbcc(bb, CLG_(current_state).cxt);
818 bbcc = clone_bbcc(bb->bbcc_list, CLG_(current_state).cxt, 0);
836 CLG_ASSERT(CLG_(current_state).bbcc != 0);
838 if (CLG_(current_state).bbcc->cxt->fn[0] != bbcc->cxt->fn[0])
856 bbcc = clone_bbcc(bbcc, CLG_(current_state).cxt, idx);
862 if (!skip && CLG_(current_state).nonskipped) {
864 CLG_(current_state).bbcc = CLG_(current_state).nonskipped;
866 passed = CLG_(current_state).bbcc->bb->cjmp_count;
868 CLG_(push_call_stack)(CLG_(current_state).bbcc, passed,
894 CLG_(current_state).bbcc = bbcc;
898 CLG_(current_state).jmps_passed = 0;
913 CLG_(print_cxt)(-8, CLG_(current_state).cxt, bbcc->rec_index);