Searched refs:cur_else (Results 1 – 1 of 1) sorted by relevance
182 bblock_t *cur_else = NULL; /**< BB ending with ELSE. */ in cfg_t() local205 push_stack(&else_stack, mem_ctx, cur_else); in cfg_t()208 cur_else = NULL; in cfg_t()223 cur_else = cur; in cfg_t()228 cur_else->add_successor(mem_ctx, next, bblock_link_physical); in cfg_t()247 if (cur_else) { in cfg_t()248 cur_else->add_successor(mem_ctx, cur_endif, bblock_link_logical); in cfg_t()255 assert(!cur_else || cur_else->end()->opcode == BRW_OPCODE_ELSE); in cfg_t()259 cur_else = pop_stack(&else_stack); in cfg_t()