Home
last modified time | relevance | path

Searched refs:pop_on_jump (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/callgrind/
Dclo.c54 Int pop_on_jump; member
109 fnc->pop_on_jump = CONFIG_DEFAULT; in new_fnc()
335 if (fnc->pop_on_jump != CONFIG_DEFAULT) in update_fn_config1()
336 fn->pop_on_jump = (fnc->pop_on_jump == CONFIG_TRUE); in update_fn_config1()
461 else if VG_XACT_CLO(arg, "--pop-on-jump", CLG_(clo).pop_on_jump, True) {} in CLG_()
464 fnc->pop_on_jump = CONFIG_TRUE; in CLG_()
665 CLG_(clo).pop_on_jump = False; in CLG_()
Dfn.c360 fn->pop_on_jump = CLG_(clo).pop_on_jump; in new_fn_node()
569 fn->pop_on_jump = True; in CLG_()
Dglobal.h115 Bool pop_on_jump; /* Handle a jump between functions as ret+call */ member
404 Bool pop_on_jump : 1; member
Dbbcc.c704 if (CLG_(get_fn_node)(last_bb)->pop_on_jump && (csp>0)) { in CLG_()