Home
last modified time | relevance | path

Searched refs:deepCopyIRTypeEnv (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/drd/
Ddrd_load_store.c609 bb->tyenv = deepCopyIRTypeEnv(bb_in->tyenv); in DRD_()
/external/valgrind/VEX/pub/
Dlibvex_ir.h2956 extern IRTypeEnv* deepCopyIRTypeEnv ( const IRTypeEnv* );
/external/valgrind/coregrind/
Dm_translate.c294 bb->tyenv = deepCopyIRTypeEnv(sb_in->tyenv); in vg_SP_update_pass()
/external/valgrind/VEX/priv/
Dir_defs.c2437 IRTypeEnv* deepCopyIRTypeEnv ( const IRTypeEnv* src ) in deepCopyIRTypeEnv() function
2465 bb2->tyenv = deepCopyIRTypeEnv(bb->tyenv); in deepCopyIRSBExceptStmts()
Dir_opt.c526 out->tyenv = deepCopyIRTypeEnv( in->tyenv ); in flatten_BB()
2771 out->tyenv = deepCopyIRTypeEnv( in->tyenv ); in cprop_BB()
/external/valgrind/VEX/useful/
Dtest_main.c2628 bb->tyenv = deepCopyIRTypeEnv(bb_in->tyenv); in mc_instrument()
/external/valgrind/helgrind/
Dhg_main.c4648 bbOut->tyenv = deepCopyIRTypeEnv(bbIn->tyenv); in hg_instrument()