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

/external/valgrind/main/callgrind/
H A Dmain.c905 void addConstMemStoreStmt( IRSB* bbOut, UWord addr, UInt val, IRType hWordTy) argument
907 addStmtToIRSB( bbOut,
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c2082 IRSB* bbOut,
2095 addStmtToIRSB( bbOut, IRStmt_WrTmp( sp_temp, sp_expr ) );
2100 IRSB* bbOut,
2113 addStmtToIRSB( bbOut, IRStmt_WrTmp( fp_temp, fp_expr ) );
2118 IRSB* bbOut,
2132 tyAddr = typeOfIRExpr( bbOut->tyenv, addr );
2155 { IRTemp t_SP = gen_Get_SP( sge, bbOut, layout, hWordTy_szB );
2156 IRTemp t_FP = gen_Get_FP( sge, bbOut, layout, hWordTy_szB );
2170 addStmtToIRSB( bbOut, IRStmt_Dirty(di) );
2081 gen_Get_SP( struct _SGEnv* sge, IRSB* bbOut, VexGuestLayout* layout, Int hWordTy_szB ) argument
2099 gen_Get_FP( struct _SGEnv* sge, IRSB* bbOut, VexGuestLayout* layout, Int hWordTy_szB ) argument
2117 instrument_mem_access( struct _SGEnv* sge, IRSB* bbOut, IRExpr* addr, Int szB, Bool isStore, Int hWordTy_szB, Addr curr_IP, VexGuestLayout* layout ) argument
/external/valgrind/main/helgrind/
H A Dhg_main.c4487 IRSB* bbOut; local
4505 bbOut = emptyIRSB();
4506 bbOut->tyenv = deepCopyIRTypeEnv(bbIn->tyenv);
4507 bbOut->next = deepCopyIRExpr(bbIn->next);
4508 bbOut->jumpkind = bbIn->jumpkind;
4509 bbOut->offsIP = bbIn->offsIP;
4514 addStmtToIRSB( bbOut, bbIn->stmts[i] );
4582 bbOut,
4604 bbOut,
4622 bbOut,
[all...]

Completed in 656 milliseconds