Home | History | Annotate | Download | only in callgrind

Lines Matching full:instr_count

122 		  UInt instr_count, UInt cjmp_count, Bool cjmp_inverted)
132 size = sizeof(BB) + instr_count * sizeof(InstrInfo)
140 bb->instr_count = instr_count;
143 bb->jmp = (CJmpInfo*) &(bb->instr[instr_count]);
163 instr_count, cjmp_count,
260 if (bb->instr_count != n_instrs) {
270 bb->offset, bb->instr_count);
271 CLG_ASSERT(bb->instr_count == n_instrs );
340 + bb->instr_count * sizeof(InstrInfo)