Searched refs:final_tidy (Results 1 – 5 of 5) sorted by relevance
365 IRSB*(*final_tidy)(IRSB*) in VG_()369 VG_(tdict).tool_final_IR_tidy_pass = final_tidy; in VG_()
495 extern void VG_(needs_final_IR_tidy_pass) ( IRSB*(*final_tidy)(IRSB*) );
777 IRSB* MC_(final_tidy) ( IRSB* );
7731 VG_(needs_final_IR_tidy_pass) ( MC_(final_tidy) ); in mc_pre_clo_init()
6667 IRSB* MC_(final_tidy) ( IRSB* sb_in ) in MC_() argument