Searched refs:bblock_start (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_cfg.h97 bblock_start(struct bblock_t *block) function in typeref:struct:backend_instruction *
177 struct backend_instruction *inst = bblock_start(block);
204 return bblock_start(this);
H A Dbrw_disasm_info.c138 if (bblock_start(cfg->blocks[disasm->cur_block]) == inst) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_cfg.h130 bblock_start(struct bblock_t *block) function in typeref:struct:backend_instruction *
210 struct backend_instruction *inst = bblock_start(block);
237 return bblock_start(this);
H A Dbrw_disasm_info.c149 if (bblock_start(cfg->blocks[disasm->cur_block]) == inst) {

Completed in 9 milliseconds