Searched refs:cur_while (Results 1 – 1 of 1) sorted by relevance
185 bblock_t *cur_while = NULL; /**< BB immediately following WHILE. */ in cfg_t() local267 push_stack(&while_stack, mem_ctx, cur_while); in cfg_t()272 cur_while = new_block(); in cfg_t()315 cur->add_successor(mem_ctx, cur_while, bblock_link_physical); in cfg_t()362 cur->add_successor(mem_ctx, cur_while, bblock_link_logical); in cfg_t()374 assert(cur_do != NULL && cur_while != NULL); in cfg_t()391 set_next_block(&cur, cur_while, ip); in cfg_t()395 cur_while = pop_stack(&while_stack); in cfg_t()