Searched defs:bbIn (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/callgrind/
H A Dbb.c237 * bbIn==0 is possible for artifical BB without real code.
240 BB* CLG_(get_bb)(Addr addr, IRSB* bbIn, /*OUT*/ Bool *seen_before) argument
254 CLG_(collectBlockInfo)(bbIn, &n_instrs, &n_jmps, &cjmp_inverted);
/external/valgrind/helgrind/
H A Dhg_main.c4496 IRSB* bbIn,
4522 bbOut->tyenv = deepCopyIRTypeEnv(bbIn->tyenv);
4523 bbOut->next = deepCopyIRExpr(bbIn->next);
4524 bbOut->jumpkind = bbIn->jumpkind;
4525 bbOut->offsIP = bbIn->offsIP;
4529 while (i < bbIn->stmts_used && bbIn->stmts[i]->tag != Ist_IMark) {
4530 addStmtToIRSB( bbOut, bbIn->stmts[i] );
4535 tl_assert(bbIn->stmts_used > 0);
4536 tl_assert(i < bbIn
4495 hg_instrument( VgCallbackClosure* closure, IRSB* bbIn, const VexGuestLayout* layout, const VexGuestExtents* vge, const VexArchInfo* archinfo_host, IRType gWordTy, IRType hWordTy ) argument
[all...]

Completed in 99 milliseconds