Searched refs:bbOut (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/exp-sgcheck/
H A Dsg_main.c2090 IRSB* bbOut,
2103 addStmtToIRSB( bbOut, IRStmt_WrTmp( sp_temp, sp_expr ) );
2108 IRSB* bbOut,
2121 addStmtToIRSB( bbOut, IRStmt_WrTmp( fp_temp, fp_expr ) );
2126 IRSB* bbOut,
2140 tyAddr = typeOfIRExpr( bbOut->tyenv, addr );
2163 { IRTemp t_SP = gen_Get_SP( sge, bbOut, layout, hWordTy_szB );
2164 IRTemp t_FP = gen_Get_FP( sge, bbOut, layout, hWordTy_szB );
2178 addStmtToIRSB( bbOut, IRStmt_Dirty(di) );
2089 gen_Get_SP( struct _SGEnv* sge, IRSB* bbOut, const VexGuestLayout* layout, Int hWordTy_szB ) argument
2107 gen_Get_FP( struct _SGEnv* sge, IRSB* bbOut, const VexGuestLayout* layout, Int hWordTy_szB ) argument
2125 instrument_mem_access( struct _SGEnv* sge, IRSB* bbOut, IRExpr* addr, Int szB, Bool isStore, Int hWordTy_szB, Addr curr_IP, const VexGuestLayout* layout ) argument
/external/valgrind/helgrind/
H A Dhg_main.c4629 IRSB* bbOut; local
4647 bbOut = emptyIRSB();
4648 bbOut->tyenv = deepCopyIRTypeEnv(bbIn->tyenv);
4649 bbOut->next = deepCopyIRExpr(bbIn->next);
4650 bbOut->jumpkind = bbIn->jumpkind;
4651 bbOut->offsIP = bbIn->offsIP;
4656 addStmtToIRSB( bbOut, bbIn->stmts[i] );
4725 bbOut,
4747 bbOut,
4765 bbOut,
[all...]
/external/valgrind/callgrind/
H A Dmain.c906 void addConstMemStoreStmt( IRSB* bbOut, UWord addr, UInt val, IRType hWordTy) argument
908 addStmtToIRSB( bbOut,

Completed in 127 milliseconds