HomeSort by relevance Sort by last modified time
    Searched defs:Ir (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/cachegrind/
cg_main.c 107 CacheCC Ir; /* Insn read counts */
269 lineCC->Ir.a = 0;
270 lineCC->Ir.m1 = 0;
271 lineCC->Ir.mL = 0;
296 n->parent->Ir.a++;
303 n->parent->Ir.a++;
304 n2->parent->Ir.a++;
311 n->parent->Ir.a++;
312 n2->parent->Ir.a++;
313 n3->parent->Ir.a++
    [all...]
  /external/valgrind/main/callgrind/
main.c 109 CLG_DEBUG(6, "log_global_event: Ir %#lx/%u\n",
138 CLG_DEBUG(6, "log_cond_branch: Ir %#lx, taken %lu\n",
168 CLG_DEBUG(6, "log_ind_branch: Ir %#lx, dst %#lx\n",
196 the sense that no IR has yet been generated to do the relevant
207 At various points the list will need to be flushed, that is, IR
218 instrumentation IR for each event, in the order in which they
221 For example, it could well be profitable to handle two adjacent Ir
246 } Ir;
329 VG_(printf)("Ir (InstrInfo %p) at +%d\n",
392 // Ir event always is first for a guest instructio
    [all...]

Completed in 446 milliseconds