Home | History | Annotate | Download | only in callgrind

Lines Matching refs:top_ce

620       call_entry* top_ce = &(CLG_(current_call_stack).entry[csp_up]);
631 if (sp < top_ce->sp) popcount_on_return = 0;
632 else if (top_ce->sp == sp) {
634 if (top_ce->ret_addr == bb_addr(bb)) break;
637 top_ce = &(CLG_(current_call_stack).entry[csp_up]);
638 if (top_ce->sp == sp) {
682 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]);
684 if (top_ce->jcc) {
689 CLG_(current_state).bbcc = top_ce->jcc->from;
690 sp = top_ce->sp;
691 passed = top_ce->jcc->jmp;