• Home
  • Raw
  • Download

Lines Matching refs:current_state

497     source_bbcc->ecounter_sum = CLG_(current_state).collect ? 1 : 0;  in handleUnderflow()
499 else if (CLG_(current_state).collect) in handleUnderflow()
504 CLG_(current_state).cxt = 0; in handleUnderflow()
514 source_bbcc->cxt = CLG_(current_state).cxt; in handleUnderflow()
517 CLG_ASSERT(CLG_(current_state).bbcc); in handleUnderflow()
520 fn_number = CLG_(current_state).bbcc->cxt->fn[0]->number; in handleUnderflow()
528 CLG_(current_state).nonskipped = 0; /* we didn't skip this function */ in handleUnderflow()
530 CLG_(push_cxt)( CLG_(current_state).bbcc->cxt->fn[0] ); in handleUnderflow()
531 CLG_(push_call_stack)(source_bbcc, 0, CLG_(current_state).bbcc, in handleUnderflow()
537 if (CLG_(current_state).sig == 0) in handleUnderflow()
578 last_bbcc = CLG_(current_state).bbcc; in CLG_()
582 passed = CLG_(current_state).jmps_passed; in CLG_()
599 if (CLG_(current_state).collect && !CLG_(current_state).nonskipped) { in CLG_()
605 CLG_(current_state).cost[ fullOffset(EG_IR) ] += instr_count; in CLG_()
610 CLG_(print_execstate)(-2, &CLG_(current_state) ); in CLG_()
694 CLG_(current_state).bbcc = top_ce->jcc->from; in CLG_()
700 CLG_ASSERT(CLG_(current_state).nonskipped != 0); in CLG_()
762 if ((delayed_push && !skip) || (CLG_(current_state).cxt == 0)) { in CLG_()
772 bbcc->cxt = CLG_(current_state).cxt; in CLG_()
788 (bbcc->cxt != CLG_(current_state).cxt))) in CLG_()
795 bbcc = lookup_bbcc(bb, CLG_(current_state).cxt); in CLG_()
797 bbcc = clone_bbcc(bb->bbcc_list, CLG_(current_state).cxt, 0); in CLG_()
816 if (!CLG_(current_state).bbcc || in CLG_()
817 (CLG_(current_state).bbcc->cxt->fn[0] != bbcc->cxt->fn[0])) in CLG_()
835 bbcc = clone_bbcc(bbcc, CLG_(current_state).cxt, idx); in CLG_()
841 if (!skip && CLG_(current_state).nonskipped) { in CLG_()
843 CLG_(current_state).bbcc = CLG_(current_state).nonskipped; in CLG_()
845 passed = CLG_(current_state).bbcc->bb->cjmp_count; in CLG_()
847 CLG_(push_call_stack)(CLG_(current_state).bbcc, passed, in CLG_()
874 CLG_(current_state).bbcc = bbcc; in CLG_()
889 CLG_(print_cxt)(-8, CLG_(current_state).cxt, bbcc->rec_index); in CLG_()