Lines Matching refs:bbOut
4629 IRSB* bbOut; in hg_instrument() local
4647 bbOut = emptyIRSB(); in hg_instrument()
4648 bbOut->tyenv = deepCopyIRTypeEnv(bbIn->tyenv); in hg_instrument()
4649 bbOut->next = deepCopyIRExpr(bbIn->next); in hg_instrument()
4650 bbOut->jumpkind = bbIn->jumpkind; in hg_instrument()
4651 bbOut->offsIP = bbIn->offsIP; in hg_instrument()
4656 addStmtToIRSB( bbOut, bbIn->stmts[i] ); in hg_instrument()
4725 bbOut, in hg_instrument()
4747 bbOut, in hg_instrument()
4765 bbOut, in hg_instrument()
4781 instrument_mem_access( bbOut, addr, sizeofIRType(type), in hg_instrument()
4795 instrument_mem_access( bbOut, addr, sizeofIRType(type), in hg_instrument()
4807 bbOut, in hg_instrument()
4831 bbOut, d->mAddr, dataSize, False/*!isStore*/, in hg_instrument()
4839 bbOut, d->mAddr, dataSize, True/*isStore*/, in hg_instrument()
4858 addStmtToIRSB( bbOut, st ); in hg_instrument()
4861 return bbOut; in hg_instrument()