Home
last modified time | relevance | path

Searched refs:bbIn (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/callgrind/
Dbb.c240 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_()
Dglobal.h688 void CLG_(collectBlockInfo)(IRSB* bbIn, UInt*, UInt*, Bool*);
/external/valgrind/helgrind/
Dhg_main.c4613 IRSB* bbIn, in hg_instrument() argument
4639 bbOut->tyenv = deepCopyIRTypeEnv(bbIn->tyenv); in hg_instrument()
4640 bbOut->next = deepCopyIRExpr(bbIn->next); in hg_instrument()
4641 bbOut->jumpkind = bbIn->jumpkind; in hg_instrument()
4642 bbOut->offsIP = bbIn->offsIP; in hg_instrument()
4646 while (i < bbIn->stmts_used && bbIn->stmts[i]->tag != Ist_IMark) { in hg_instrument()
4647 addStmtToIRSB( bbOut, bbIn->stmts[i] ); in hg_instrument()
4652 tl_assert(bbIn->stmts_used > 0); in hg_instrument()
4653 tl_assert(i < bbIn->stmts_used); in hg_instrument()
4654 st = bbIn->stmts[i]; in hg_instrument()
[all …]