Searched refs:nesting_offset (Results 1 – 4 of 4) sorted by relevance
65 int nesting_offset() const override;94 int nesting_offset() const override { return 1;} in nesting_offset() function
106 int ControlFlowInstr::nesting_offset() const in nesting_offset() function in r600::ControlFlowInstr
111 virtual int nesting_offset() const { return 0;} in nesting_offset() function
218 start_new_block(m_current_block->nesting_offset()); in emit_instruction_from_string()232 start_new_block(ir->nesting_offset()); in emit_instruction_from_string()