Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_shader.cpp1016 inst_is_in_block(const bblock_t *block, const backend_instruction *inst) in inst_is_in_block() function
1045 assert(inst_is_in_block(block, this) || !"Instruction not in block"); in insert_after()
1060 assert(inst_is_in_block(block, this) || !"Instruction not in block"); in insert_before()
1072 assert(inst_is_in_block(block, this) || !"Instruction not in block"); in insert_before()
1086 assert(inst_is_in_block(block, this) || !"Instruction not in block"); in remove()