Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_insert_waitcnt.cpp717 size_t clause_end = 0; in handle_block() local
729 if (i >= clause_end || !queued_imm.empty()) { in handle_block()
731 for (clause_end = i + 1; clause_end < block.instructions.size(); clause_end++) { in handle_block()
732 Instruction* next = block.instructions[clause_end].get(); in handle_block()