Home | History | Annotate | Download | only in helgrind

Lines Matching refs:bbOut

4629    IRSB*   bbOut;
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,
4781 instrument_mem_access( bbOut, addr, sizeofIRType(type),
4795 instrument_mem_access( bbOut, addr, sizeofIRType(type),
4807 bbOut,
4831 bbOut, d->mAddr, dataSize, False/*!isStore*/,
4839 bbOut, d->mAddr, dataSize, True/*isStore*/,
4858 addStmtToIRSB( bbOut, st );
4861 return bbOut;