Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstrument_pass.h350 std::unordered_map<uint32_t, uint32_t> same_block_post_; variable
Dinstrument_pass.cpp41 same_block_post_.clear(); in MovePreludeCode()
72 CloneSameBlockOps(&mv_inst, &same_block_post_, &same_block_pre_, in MovePostludeCode()
77 same_block_post_[rid] = rid; in MovePostludeCode()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstrument_pass.h351 std::unordered_map<uint32_t, uint32_t> same_block_post_; variable
Dinstrument_pass.cpp41 same_block_post_.clear(); in MovePreludeCode()
72 CloneSameBlockOps(&mv_inst, &same_block_post_, &same_block_pre_, in MovePostludeCode()
77 same_block_post_[rid] = rid; in MovePostludeCode()