Searched refs:cur_endif (Results 1 – 1 of 1) sorted by relevance
183 bblock_t *cur_endif = NULL; /**< BB starting with ENDIF. */ in cfg_t() local209 cur_endif = NULL; in cfg_t()236 cur_endif = cur; in cfg_t()238 cur_endif = new_block(); in cfg_t()240 cur->add_successor(mem_ctx, cur_endif, bblock_link_logical); in cfg_t()242 set_next_block(&cur, cur_endif, ip - 1); in cfg_t()248 cur_else->add_successor(mem_ctx, cur_endif, bblock_link_logical); in cfg_t()251 cur_if->add_successor(mem_ctx, cur_endif, bblock_link_logical); in cfg_t()