Searched refs:cjmp_count (Results 1 – 7 of 7) sorted by relevance
122 UInt instr_count, UInt cjmp_count, Bool cjmp_inverted) in new_bb() argument133 + (cjmp_count+1) * sizeof(CJmpInfo); in new_bb()141 bb->cjmp_count = cjmp_count; in new_bb()163 instr_count, cjmp_count, in new_bb()273 CLG_ASSERT(bb->cjmp_count == n_jmps ); in CLG_()341 + (bb->cjmp_count+1) * sizeof(CJmpInfo); in CLG_()
101 for(i=0;i <= bbcc->bb->cjmp_count;i++) { in CLG_()278 (bb->cjmp_count+1) * sizeof(JmpData)); in new_bbcc()287 for(i=0; i<=bb->cjmp_count; i++) { in new_bbcc()583 CLG_ASSERT(passed <= last_bb->cjmp_count); in CLG_()584 if (passed == last_bb->cjmp_count) { in CLG_()845 passed = CLG_(current_state).bbcc->bb->cjmp_count; in CLG_()
349 for(i=0; i<bb->cjmp_count; i++) { in CLG_()364 if (cjmpNo < bb->cjmp_count) in CLG_()
164 CLG_ASSERT((0 <= jmp) && (jmp <= from->bb->cjmp_count)); in new_jcc()
859 if (jmp < bb->cjmp_count) in fprint_bbcc()927 for(i=0; i<=bbcc->bb->cjmp_count; i++) in fprint_bbcc()1565 for(i = 0; i<(*p)->bb->cjmp_count;i++) { in print_bbccs_of_thread()
1103 if (cJumps+1 == clgs.bb->cjmp_count) in CLG_()1214 CLG_ASSERT(clgs.bb->cjmp_count == cJumps); in CLG_()1233 clgs.bb->cjmp_count, clgs.bb->cost_count); in CLG_()
325 UInt cjmp_count; /* number of conditional exits */ member