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 113 CacheCC Ir; /* Insn read counts */
275 lineCC->Ir.a = 0;
276 lineCC->Ir.m1 = 0;
277 lineCC->Ir.mL = 0;
302 n->parent->Ir.a++;
309 n->parent->Ir.a++;
310 n2->parent->Ir.a++;
317 n->parent->Ir.a++;
318 n2->parent->Ir.a++;
319 n3->parent->Ir.a++
    [all...]
  /external/valgrind/main/callgrind/
main.c 113 CLG_DEBUG(6, "log_global_event: Ir %#lx/%u\n",
142 CLG_DEBUG(6, "log_cond_branch: Ir %#lx, taken %lu\n",
172 CLG_DEBUG(6, "log_ind_branch: Ir %#lx, dst %#lx\n",
200 the sense that no IR has yet been generated to do the relevant
211 At various points the list will need to be flushed, that is, IR
222 instrumentation IR for each event, in the order in which they
225 For example, it could well be profitable to handle two adjacent Ir
250 } Ir;
333 VG_(printf)("Ir (InstrInfo %p) at +%d\n",
396 // Ir event always is first for a guest instructio
    [all...]

Completed in 3432 milliseconds