Home | History | Annotate | Download | only in cachegrind

Lines Matching refs:n_instrs

153    Int       n_instrs;
573 Int i, n_instrs;
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);
1216 tl_assert(cgs.sbInfo_i == cgs.sbInfo->n_instrs);