HomeSort by relevance Sort by last modified time
    Searched refs:n_instrs (Results 1 - 4 of 4) sorted by null

  /external/valgrind/exp-bbv/
bbv_main.c 90 Int n_instrs; /* instructions in the basic block */ member in struct:BB_info
198 Int n_instrs=1; local
204 n_instrs++;
208 bbInfo->inst_counter[current_thread]+=n_instrs;
210 bbv_thread[current_thread].total_instr+=n_instrs;
211 bbv_thread[current_thread].dyn_instr +=n_instrs;
236 Int n_instrs=1; local
242 n_instrs++;
249 bbInfo->inst_counter[current_thread]+=n_instrs;
251 bbv_thread[current_thread].total_instr+=n_instrs;
341 Int i,n_instrs=1; local
    [all...]
  /external/valgrind/callgrind/
bb.c 244 UInt n_instrs, n_jmps; local
252 n_instrs = 0;
254 CLG_(collectBlockInfo)(bbIn, &n_instrs, &n_jmps, &cjmp_inverted);
258 if (bb->instr_count != n_instrs) {
264 addr - obj->offset, n_instrs);
269 CLG_ASSERT(bb->instr_count == n_instrs );
278 bb = new_bb(obj, addr - obj->offset, n_instrs, n_jmps, cjmp_inverted);
  /external/valgrind/cachegrind/
cg_main.c 153 Int n_instrs; member in struct:_SB_info
603 Int i, n_instrs; local
608 n_instrs = 0;
611 if (Ist_IMark == st->tag) n_instrs++;
624 sizeof(SB_info) + n_instrs*sizeof(InstrInfo));
626 sbInfo->n_instrs = n_instrs;
679 tl_assert(cgs->sbInfo_i < cgs->sbInfo->n_instrs);
    [all...]
  /external/valgrind/VEX/priv/
guest_generic_bb_to_IR.c 207 Int i, n_instrs, first_stmt_idx; local
252 n_instrs = 0;
287 vassert(n_instrs < vex_control.guest_max_insns);
293 n_instrs < vex_control.guest_chase_thresh
353 if (debug_print && n_instrs > 0)
429 n_instrs++;
438 if (n_instrs < vex_control.guest_max_insns) {
765 *n_guest_instrs = n_instrs;
    [all...]

Completed in 81 milliseconds