Searched refs:block_started (Results 1 – 1 of 1) sorted by relevance
66 bool block_started; member1579 assert(ctx->block_started); in emit_discard()2044 if (ctx->block_started) in start_block()2049 ctx->block_started = true; in start_block()2055 assert(ctx->block_started); in branch()2057 ctx->block_started = false; in branch()2064 assert(ctx->block_started); in branch_conditional()2067 ctx->block_started = false; in branch_conditional()2226 if (ctx->block_started) in emit_if()2259 if (ctx->block_started) in emit_loop()