Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp626 Instruction* in_inst = get_def_use_mgr()->GetDef(*iid); in InitializeModuleScopeLiveInstructions() local
627 if (in_inst->opcode() == SpvOpVariable) return; in InitializeModuleScopeLiveInstructions()
628 AddToWorklist(in_inst); in InitializeModuleScopeLiveInstructions()
Dinstrument_pass.cpp363 const Instruction* in_inst = map_itr2->second; in CloneSameBlockOps() local
364 std::unique_ptr<Instruction> sb_inst(in_inst->Clone(context())); in CloneSameBlockOps()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp626 Instruction* in_inst = get_def_use_mgr()->GetDef(*iid); in InitializeModuleScopeLiveInstructions() local
627 if (in_inst->opcode() == SpvOpVariable) return; in InitializeModuleScopeLiveInstructions()
628 AddToWorklist(in_inst); in InitializeModuleScopeLiveInstructions()
Dinstrument_pass.cpp363 const Instruction* in_inst = map_itr2->second; in CloneSameBlockOps() local
364 std::unique_ptr<Instruction> sb_inst(in_inst->Clone(context())); in CloneSameBlockOps()
/third_party/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp626 Instruction* in_inst = get_def_use_mgr()->GetDef(*iid); in InitializeModuleScopeLiveInstructions() local
627 if (in_inst->opcode() == SpvOpVariable) return; in InitializeModuleScopeLiveInstructions()
628 AddToWorklist(in_inst); in InitializeModuleScopeLiveInstructions()
Dinstrument_pass.cpp410 const Instruction* in_inst = map_itr2->second; in CloneSameBlockOps() local
411 std::unique_ptr<Instruction> sb_inst(in_inst->Clone(context())); in CloneSameBlockOps()