Searched refs:bb_in (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/drd/ |
D | drd_load_store.c | 594 IRSB* const bb_in, in DRD_() 609 bb->tyenv = deepCopyIRTypeEnv(bb_in->tyenv); in DRD_() 610 bb->next = deepCopyIRExpr(bb_in->next); in DRD_() 611 bb->jumpkind = bb_in->jumpkind; in DRD_() 612 bb->offsIP = bb_in->offsIP; in DRD_() 614 for (i = 0; i < bb_in->stmts_used; i++) in DRD_() 616 IRStmt* const st = bb_in->stmts[i]; in DRD_() 773 dataTy = typeOfIRTemp(bb_in->tyenv, st->Ist.LLSC.result); in DRD_()
|
D | drd_load_store.h | 43 IRSB* const bb_in,
|
/external/valgrind/VEX/useful/ |
D | test_main.c | 82 IRSB* bb_in, VexGuestLayout* layout, 320 IRSB* ac_instrument (IRSB* bb_in, VexGuestLayout* layout, IRType hWordTy ) 335 bb->tyenv = dopyIRTypeEnv(bb_in->tyenv); 336 bb->next = dopyIRExpr(bb_in->next); 337 bb->jumpkind = bb_in->jumpkind; 340 assert(isIRAtom(bb_in->next)); 342 for (i = 0; i < bb_in->stmts_used; i++) { 343 st = bb_in->stmts[i]; 390 sz = sizeofIRType(typeOfIRExpr(bb_in->tyenv, data)); 2614 IRSB* bb_in, VexGuestLayout* layout, in mc_instrument() argument [all …]
|
/external/valgrind/callgrind/ |
D | global.h | 698 BB* CLG_(get_bb)(Addr addr, IRSB* bb_in, Bool *seen_before);
|
/external/valgrind/memcheck/ |
D | mc_include.h | 771 IRSB* bb_in,
|