Searched refs:bbIn (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/callgrind/ |
D | bb.c | 240 BB* CLG_(get_bb)(Addr addr, IRSB* bbIn, /*OUT*/ Bool *seen_before) in CLG_() 254 CLG_(collectBlockInfo)(bbIn, &n_instrs, &n_jmps, &cjmp_inverted); in CLG_()
|
D | global.h | 688 void CLG_(collectBlockInfo)(IRSB* bbIn, UInt*, UInt*, Bool*);
|
/external/valgrind/helgrind/ |
D | hg_main.c | 4496 IRSB* bbIn, in hg_instrument() argument 4522 bbOut->tyenv = deepCopyIRTypeEnv(bbIn->tyenv); in hg_instrument() 4523 bbOut->next = deepCopyIRExpr(bbIn->next); in hg_instrument() 4524 bbOut->jumpkind = bbIn->jumpkind; in hg_instrument() 4525 bbOut->offsIP = bbIn->offsIP; in hg_instrument() 4529 while (i < bbIn->stmts_used && bbIn->stmts[i]->tag != Ist_IMark) { in hg_instrument() 4530 addStmtToIRSB( bbOut, bbIn->stmts[i] ); in hg_instrument() 4535 tl_assert(bbIn->stmts_used > 0); in hg_instrument() 4536 tl_assert(i < bbIn->stmts_used); in hg_instrument() 4537 st = bbIn->stmts[i]; in hg_instrument() [all …]
|