Home | History | Annotate | Download | only in callgrind

Lines Matching refs:csp

558   Int jmpkind, passed = 0, csp;
620 csp = CLG_(current_call_stack).sp;
623 if ( (jmpkind == Ijk_Ret) && (csp >0)) {
624 Int csp_up = csp-1;
685 if (CLG_(get_fn_node)(last_bb)->pop_on_jump && (csp>0)) {
687 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]);
728 if ((csp == 0) ||
753 csp = CLG_(current_call_stack).sp;
754 if (call_emulation && csp>0)
755 sp = CLG_(current_call_stack).entry[csp-1].sp;