Searched refs:same_block_pre_ (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instrument_pass.cpp | 41 same_block_pre_.clear(); in MovePreludeCode() 54 same_block_pre_[mv_ptr->result_id()] = sb_inst_ptr; in MovePreludeCode() 71 if (same_block_pre_.size() > 0) { in MovePostludeCode() 72 CloneSameBlockOps(&mv_inst, &same_block_post_, &same_block_pre_, in MovePostludeCode()
|
D | instrument_pass.h | 443 std::unordered_map<uint32_t, Instruction*> same_block_pre_; variable
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | instrument_pass.cpp | 41 same_block_pre_.clear(); in MovePreludeCode() 54 same_block_pre_[mv_ptr->result_id()] = sb_inst_ptr; in MovePreludeCode() 71 if (same_block_pre_.size() > 0) { in MovePostludeCode() 72 CloneSameBlockOps(&mv_inst, &same_block_post_, &same_block_pre_, in MovePostludeCode()
|
D | instrument_pass.h | 443 std::unordered_map<uint32_t, Instruction*> same_block_pre_; variable
|
/third_party/spirv-tools/source/opt/ |
D | instrument_pass.cpp | 41 same_block_pre_.clear(); in MovePreludeCode() 54 same_block_pre_[mv_ptr->result_id()] = sb_inst_ptr; in MovePreludeCode() 71 if (same_block_pre_.size() > 0) { in MovePostludeCode() 72 CloneSameBlockOps(&mv_inst, &same_block_post_, &same_block_pre_, in MovePostludeCode()
|
D | instrument_pass.h | 456 std::unordered_map<uint32_t, Instruction*> same_block_pre_; variable
|