Lines Matching refs:current_state

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