Searched refs:final_tidy (Results 1 – 5 of 5) sorted by relevance
367 IRSB*(*final_tidy)(IRSB*) in VG_()371 VG_(tdict).tool_final_IR_tidy_pass = final_tidy; in VG_()
498 extern void VG_(needs_final_IR_tidy_pass) ( IRSB*(*final_tidy)(IRSB*) );
807 IRSB* MC_(final_tidy) ( IRSB* );
8170 VG_(needs_final_IR_tidy_pass) ( MC_(final_tidy) ); in mc_pre_clo_init()
6863 IRSB* MC_(final_tidy) ( IRSB* sb_in ) in MC_() argument