Home
last modified time | relevance | path

Searched refs:VexRegUpdAllregsAtEachInsn (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex.h422 VexRegUpdAllregsAtEachInsn enumerator
/external/valgrind/coregrind/
Dm_main.c501 VexRegUpdAllregsAtMemAccess, VexRegUpdAllregsAtEachInsn, 0/*inval*/ }; in main_process_cmd_line_options()
608 = VexRegUpdAllregsAtEachInsn; in main_process_cmd_line_options()
737 vg_assert(pxVals[ix] <= VexRegUpdAllregsAtEachInsn); in main_process_cmd_line_options()
745 vg_assert(pxVals[ix] <= VexRegUpdAllregsAtEachInsn); in main_process_cmd_line_options()
753 vg_assert(pxVals[ix] <= VexRegUpdAllregsAtEachInsn); in main_process_cmd_line_options()
Dm_translate.c921 case VexRegUpdAllregsAtEachInsn: in needs_self_check()
/external/valgrind/VEX/priv/
Dmain_main.c846 && pxControl <= VexRegUpdAllregsAtEachInsn); in LibVEX_Translate()
887 && pxControl <= VexRegUpdAllregsAtEachInsn); in LibVEX_Translate()
Dir_opt.c857 case VexRegUpdAllregsAtEachInsn: in handle_gets_Stmt()
896 vassert(pxControl < VexRegUpdAllregsAtEachInsn); in redundant_put_removal_BB()
4487 vassert(pxControl < VexRegUpdAllregsAtEachInsn); in do_redundant_PutI_elimination()
6402 if (pxControl < VexRegUpdAllregsAtEachInsn) { in cheap_transformations()
6442 if (pxControl < VexRegUpdAllregsAtEachInsn) { in expensive_transformations()
6611 if (pxControl < VexRegUpdAllregsAtEachInsn) { in do_iropt_BB()