Searched refs:n_jmps (Results 1 – 1 of 1) sorted by relevance
244 UInt n_instrs, n_jmps; in CLG_() local253 n_jmps = 0; in CLG_()254 CLG_(collectBlockInfo)(bbIn, &n_instrs, &n_jmps, &cjmp_inverted); in CLG_()271 CLG_ASSERT(bb->cjmp_count == n_jmps ); in CLG_()278 bb = new_bb(obj, addr - obj->offset, n_instrs, n_jmps, cjmp_inverted); in CLG_()