Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex.h424 VexRegUpdAllregsAtEachInsn enumerator
/external/valgrind/coregrind/
Dm_main.c496 VexRegUpdAllregsAtMemAccess, VexRegUpdAllregsAtEachInsn, 0/*inval*/ }; in main_process_cmd_line_options()
603 = VexRegUpdAllregsAtEachInsn; in main_process_cmd_line_options()
730 vg_assert(pxVals[ix] <= VexRegUpdAllregsAtEachInsn); in main_process_cmd_line_options()
738 vg_assert(pxVals[ix] <= VexRegUpdAllregsAtEachInsn); in main_process_cmd_line_options()
746 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()
4491 vassert(pxControl < VexRegUpdAllregsAtEachInsn); in do_redundant_PutI_elimination()
6406 if (pxControl < VexRegUpdAllregsAtEachInsn) { in cheap_transformations()
6446 if (pxControl < VexRegUpdAllregsAtEachInsn) { in expensive_transformations()
6615 if (pxControl < VexRegUpdAllregsAtEachInsn) { in do_iropt_BB()