Home
last modified time | relevance | path

Searched refs:cur_endif (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_cfg.cpp170 bblock_t *cur_endif = NULL; /**< BB starting with ENDIF. */ in cfg_t() local
196 cur_endif = NULL; in cfg_t()
222 cur_endif = cur; in cfg_t()
224 cur_endif = new_block(); in cfg_t()
226 cur->add_successor(mem_ctx, cur_endif); in cfg_t()
228 set_next_block(&cur, cur_endif, ip - 1); in cfg_t()
234 cur_else->add_successor(mem_ctx, cur_endif); in cfg_t()
237 cur_if->add_successor(mem_ctx, cur_endif); in cfg_t()