Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_block_reduction_opportunity_finder.cpp70 std::unordered_set<uint32_t> instructions_in_block; in BlockInstructionsHaveNoOutsideReferences() local
72 instructions_in_block.insert(instruction.unique_id()); in BlockInstructionsHaveNoOutsideReferences()
79 &instruction, [&instructions_in_block](opt::Instruction* user) -> bool { in BlockInstructionsHaveNoOutsideReferences()
82 return instructions_in_block.find(user->unique_id()) != in BlockInstructionsHaveNoOutsideReferences()
83 instructions_in_block.end(); in BlockInstructionsHaveNoOutsideReferences()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dremove_block_reduction_opportunity_finder.cpp70 std::unordered_set<uint32_t> instructions_in_block; in BlockInstructionsHaveNoOutsideReferences() local
72 instructions_in_block.insert(instruction.unique_id()); in BlockInstructionsHaveNoOutsideReferences()
79 &instruction, [&instructions_in_block](opt::Instruction* user) -> bool { in BlockInstructionsHaveNoOutsideReferences()
82 return instructions_in_block.find(user->unique_id()) != in BlockInstructionsHaveNoOutsideReferences()
83 instructions_in_block.end(); in BlockInstructionsHaveNoOutsideReferences()