Home | History | Annotate | Download | only in cachegrind

Lines Matching defs:Ir

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++;
322 &n->parent->Ir.m1, &n->parent->Ir.mL);
323 n->parent->Ir.a++;
334 &n->parent->Ir.m1, &n->parent->Ir.mL);
335 n->parent->Ir.a++;
337 &n2->parent->Ir.m1, &n2->parent->Ir.mL);
338 n2->parent->Ir.a++;
351 &n->parent->Ir.m1, &n->parent->Ir.mL);
352 n->parent->Ir.a++;
354 &n2->parent->Ir.m1, &n2->parent->Ir.mL);
355 n2->parent->Ir.a++;
357 &n3->parent->Ir.m1, &n3->parent->Ir.mL);
358 n3->parent->Ir.a++;
368 &n->parent->Ir.m1, &n->parent->Ir.mL);
369 n->parent->Ir.a++;
383 &n->parent->Ir.m1, &n->parent->Ir.mL);
384 n->parent->Ir.a++;
442 the sense that no IR has yet been generated to do the relevant
453 At various points the list will need to be flushed, that is, IR
464 instrumentation IR for each event, in the order in which they
467 For example, it could well be profitable to handle two adjacent Ir
491 } Ir;
608 VG_(printf)("Ir %p\n", ev->inode);
681 /* generate IR to notify event i and possibly the ones
700 /* Merge an Ir with a following Dr/Dm. */
702 /* Why is this true? It's because we're merging an Ir
703 with a following Dr or Dm. The Ir derives from the
708 immediately preceding Ir. Same applies to analogous
719 /* Merge an Ir with a following Dw. */
731 /* Merge an Ir with two following Irs. */
748 /* Merge an Ir with one following Ir. */
966 // Copy verbatim any IR preamble preceding the first IMark
1133 inverted by the ir optimiser. To do that, figure out
1205 /* shouldn't happen - if the incoming IR is properly
1306 VG_(sprintf)(buf, "\nevents: Ir I1mr ILmr Dr D1mr DLmr Dw D1mw DLmw "
1310 VG_(sprintf)(buf, "\nevents: Ir I1mr ILmr Dr D1mr DLmr Dw D1mw DLmw "
1314 VG_(sprintf)(buf, "\nevents: Ir "
1318 VG_(sprintf)(buf, "\nevents: Ir\n");
1357 lineCC->Ir.a, lineCC->Ir.m1, lineCC->Ir.mL,
1368 lineCC->Ir.a, lineCC->Ir.m1, lineCC->Ir.mL,
1376 lineCC->Ir.a,
1383 lineCC->Ir.a);
1389 Ir_total.a += lineCC->Ir.a;
1390 Ir_total.m1 += lineCC->Ir.m1;
1391 Ir_total.mL += lineCC->Ir.mL;