HomeSort by relevance Sort by last modified time
    Searched refs:IRSB (Results 1 - 25 of 47) sorted by null

1 2

  /external/valgrind/main/VEX/priv/
ir_opt.h 46 IRSB* do_iropt_BB(
47 IRSB* bb,
56 IRSB* cprop_BB ( IRSB* );
60 void do_deadcode_BB ( IRSB* bb );
65 void ado_treebuild_BB ( IRSB* bb );
guest_generic_bb_to_IR.h 112 /* This is the IRSB to which the resulting IR is to be appended. */
113 /*OUT*/ IRSB* irbb,
161 IRSB* bb_to_IR ( /*OUT*/VexGuestExtents* vge,
173 /*IN*/ Bool (*preamble_function)(void*,IRSB*),
guest_ppc_defs.h 50 DisResult disInstr_PPC ( IRSB* irbb,
guest_arm_defs.h 43 DisResult disInstr_ARM ( IRSB* irbb,
guest_x86_defs.h 49 DisResult disInstr_X86 ( IRSB* irbb,
ir_opt.c 51 It takes an IRSB and produces a new one with the same meaning,
266 static IRExpr* flatten_Expr ( IRSB* bb, IRExpr* ex )
377 static void flatten_Stmt ( IRSB* bb, IRStmt* st )
477 static IRSB* flatten_BB ( IRSB* in )
480 IRSB* out;
569 static void redundant_get_removal_BB ( IRSB* bb )
804 IRSB* bb,
    [all...]
ir_defs.c     [all...]
guest_amd64_defs.h 49 DisResult disInstr_AMD64 ( IRSB* irbb,
  /external/valgrind/main/none/
nl_main.c 39 IRSB* nl_instrument ( VgCallbackClosure* closure,
40 IRSB* bb,
  /external/valgrind/main/drd/
drd_load_store.h 35 #include <libvex.h> /* IRSB */
43 IRSB* DRD_(instrument)(VgCallbackClosure* const closure,
44 IRSB* const bb_in,
drd_load_store.c 284 static Bool is_stack_access(IRSB* const bb, IRExpr* const addr_expr)
312 static void instrument_load(IRSB* const bb,
377 static void instrument_store(IRSB* const bb,
442 IRSB* DRD_(instrument)(VgCallbackClosure* const closure,
443 IRSB* const bb_in,
451 IRSB* bb;
  /external/valgrind/main/VEX/pub/
libvex.h 470 IRSB* (*instrument1) ( /*callback_opaque*/void*,
471 IRSB*,
475 IRSB* (*instrument2) ( /*callback_opaque*/void*,
476 IRSB*,
481 IRSB* (*finaltidy) ( IRSB* );
489 the IRSB under construction is handed to this function, which
495 Bool (*preamble_function)(/*callback_opaque*/void*, IRSB*);
libvex_ir.h 54 'IRSB'). Each code block typically represents from 1 to perhaps 50
56 Each IRSB contains three things:
58 value present in the IRSB
60 - a jump that exits from the end the IRSB
62 conditional exit statements that cause control to leave the IRSB
170 The IR is fully typed. For every IRSB (IR block) it is possible to
    [all...]
  /external/valgrind/main/exp-ptrcheck/
sg_main.h 63 /*MOD*/IRSB* sbOut,
69 /*MOD*/IRSB* sbOut,
h_main.h 91 IRSB* h_instrument ( VgCallbackClosure* closure,
92 IRSB* sbIn,