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

  /external/valgrind/main/exp-bbv/
bbv_main.c 94 Int n_instrs; /* instructions in the basic block */ member in struct:BB_info
210 Int n_instrs=1; local
216 n_instrs++;
220 bbInfo->inst_counter[current_thread]+=n_instrs;
222 bbv_thread[current_thread].total_instr+=n_instrs;
223 bbv_thread[current_thread].dyn_instr +=n_instrs;
248 Int n_instrs=1; local
254 n_instrs++;
261 bbInfo->inst_counter[current_thread]+=n_instrs;
263 bbv_thread[current_thread].total_instr+=n_instrs;
352 Int i,n_instrs=1; local
    [all...]
  /external/valgrind/main/callgrind/
bb.c 246 UInt n_instrs, n_jmps; local
254 n_instrs = 0;
256 CLG_(collectBlockInfo)(bbIn, &n_instrs, &n_jmps, &cjmp_inverted);
260 if (bb->instr_count != n_instrs) {
266 addr - obj->offset, n_instrs);
271 CLG_ASSERT(bb->instr_count == n_instrs );
280 bb = new_bb(obj, addr - obj->offset, n_instrs, n_jmps, cjmp_inverted);
  /external/valgrind/main/cachegrind/
cg_main.c 153 Int n_instrs; member in struct:_SB_info
573 Int i, n_instrs; local
578 n_instrs = 0;
581 if (Ist_IMark == st->tag) n_instrs++;
594 sizeof(SB_info) + n_instrs*sizeof(InstrInfo));
596 sbInfo->n_instrs = n_instrs;
647 tl_assert(cgs->sbInfo_i < cgs->sbInfo->n_instrs);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.c 163 Int i, n_instrs, first_stmt_idx; local
200 n_instrs = 0;
234 vassert(n_instrs < vex_control.guest_max_insns);
240 n_instrs < vex_control.guest_chase_thresh
302 need_to_put_IP = toBool(n_instrs > 0);
372 n_instrs++;
382 if (n_instrs < vex_control.guest_max_insns) {
    [all...]

Completed in 159 milliseconds