Home
last modified time | relevance | path

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

/external/valgrind/main/drd/
Ddrd_load_store.c448 bb->tyenv = deepCopyIRTypeEnv(bb_in->tyenv); in DRD_()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h2169 extern IRTypeEnv* deepCopyIRTypeEnv ( IRTypeEnv* );
/external/valgrind/tsan/
Dts_valgrind.cc1287 bbOut->tyenv = deepCopyIRTypeEnv(bbIn->tyenv); in ts_instrument()
/external/valgrind/main/coregrind/
Dm_translate.c280 bb->tyenv = deepCopyIRTypeEnv(sb_in->tyenv); in vg_SP_update_pass()
/external/valgrind/main/VEX/priv/
Dir_defs.c1931 IRTypeEnv* deepCopyIRTypeEnv ( IRTypeEnv* src ) in deepCopyIRTypeEnv() function
1959 bb2->tyenv = deepCopyIRTypeEnv(bb->tyenv); in deepCopyIRSBExceptStmts()
Dir_opt.c482 out->tyenv = deepCopyIRTypeEnv( in->tyenv ); in flatten_BB()
2065 out->tyenv = deepCopyIRTypeEnv( in->tyenv ); in cprop_BB()
/external/valgrind/main/VEX/
Dtest_main.c2585 bb->tyenv = deepCopyIRTypeEnv(bb_in->tyenv); in mc_instrument()
/external/valgrind/main/helgrind/
Dhg_main.c4317 bbOut->tyenv = deepCopyIRTypeEnv(bbIn->tyenv); in hg_instrument()