Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_cfg.cpp185 bblock_t *cur_while = NULL; /**< BB immediately following WHILE. */ in cfg_t() local
267 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()