Lines Matching defs:Ir
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++;
328 &n->parent->Ir.m1, &n->parent->Ir.mL);
329 n->parent->Ir.a++;
340 &n->parent->Ir.m1, &n->parent->Ir.mL);
341 n->parent->Ir.a++;
343 &n2->parent->Ir.m1, &n2->parent->Ir.mL);
344 n2->parent->Ir.a++;
357 &n->parent->Ir.m1, &n->parent->Ir.mL);
358 n->parent->Ir.a++;
360 &n2->parent->Ir.m1, &n2->parent->Ir.mL);
361 n2->parent->Ir.a++;
363 &n3->parent->Ir.m1, &n3->parent->Ir.mL);
364 n3->parent->Ir.a++;
374 &n->parent->Ir.m1, &n->parent->Ir.mL);
375 n->parent->Ir.a++;
389 &n->parent->Ir.m1, &n->parent->Ir.mL);
390 n->parent->Ir.a++;
448 the sense that no IR has yet been generated to do the relevant
459 At various points the list will need to be flushed, that is, IR
470 instrumentation IR for each event, in the order in which they
473 For example, it could well be profitable to handle two adjacent Ir
497 } Ir;
614 VG_(printf)("Ir %p\n", ev->inode);
687 /* generate IR to notify event i and possibly the ones
706 /* Merge an Ir with a following Dr/Dm. */
708 /* Why is this true? It's because we're merging an Ir
709 with a following Dr or Dm. The Ir derives from the
714 immediately preceding Ir. Same applies to analogous
725 /* Merge an Ir with a following Dw. */
737 /* Merge an Ir with two following Irs. */
754 /* Merge an Ir with one following Ir. */
972 // Copy verbatim any IR preamble preceding the first IMark
1139 inverted by the ir optimiser. To do that, figure out
1211 /* shouldn't happen - if the incoming IR is properly
1312 VG_(sprintf)(buf, "\nevents: Ir I1mr ILmr Dr D1mr DLmr Dw D1mw DLmw "
1316 VG_(sprintf)(buf, "\nevents: Ir I1mr ILmr Dr D1mr DLmr Dw D1mw DLmw "
1320 VG_(sprintf)(buf, "\nevents: Ir "
1324 VG_(sprintf)(buf, "\nevents: Ir\n");
1363 lineCC->Ir.a, lineCC->Ir.m1, lineCC->Ir.mL,
1374 lineCC->Ir.a, lineCC->Ir.m1, lineCC->Ir.mL,
1382 lineCC->Ir.a,
1389 lineCC->Ir.a);
1395 Ir_total.a += lineCC->Ir.a;
1396 Ir_total.m1 += lineCC->Ir.m1;
1397 Ir_total.mL += lineCC->Ir.mL;