Home | History | Annotate | Download | only in helgrind

Lines Matching defs:bbOut

4620    IRSB*   bbOut;
4638 bbOut = emptyIRSB();
4639 bbOut->tyenv = deepCopyIRTypeEnv(bbIn->tyenv);
4640 bbOut->next = deepCopyIRExpr(bbIn->next);
4641 bbOut->jumpkind = bbIn->jumpkind;
4642 bbOut->offsIP = bbIn->offsIP;
4647 addStmtToIRSB( bbOut, bbIn->stmts[i] );
4716 bbOut,
4738 bbOut,
4756 bbOut,
4772 instrument_mem_access( bbOut, addr, sizeofIRType(type),
4786 instrument_mem_access( bbOut, addr, sizeofIRType(type),
4798 bbOut,
4822 bbOut, d->mAddr, dataSize, False/*!isStore*/,
4830 bbOut, d->mAddr, dataSize, True/*isStore*/,
4849 addStmtToIRSB( bbOut, st );
4852 return bbOut;