Lines Matching refs:top_ce
644 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp_up]); in CLG_() local
655 if (sp < top_ce->sp) popcount_on_return = 0; in CLG_()
656 else if (top_ce->sp == sp) { in CLG_()
658 if (top_ce->ret_addr == bb_addr(bb)) break; in CLG_()
661 top_ce = &(CLG_(current_call_stack).entry[csp_up]); in CLG_()
662 if (top_ce->sp == sp) { in CLG_()
706 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]); in CLG_() local
708 if (top_ce->jcc) { in CLG_()
713 CLG_(current_state).bbcc = top_ce->jcc->from; in CLG_()
714 sp = top_ce->sp; in CLG_()
715 passed = top_ce->jcc->jmp; in CLG_()