Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_swap_function_variables.cpp71 std::unique_ptr<opt::Instruction> temp_instruction = in Apply() local
74 temp_instruction->InsertBefore(instruction1); in Apply()
76 instruction2->InsertAfter(temp_instruction.get()); in Apply()
77 temp_instruction->RemoveFromList(); in Apply()
/third_party/spirv-tools/source/fuzz/
Dtransformation_swap_function_variables.cpp71 std::unique_ptr<opt::Instruction> temp_instruction = in Apply() local
74 temp_instruction->InsertBefore(instruction1); in Apply()
76 instruction2->InsertAfter(temp_instruction.get()); in Apply()
77 temp_instruction->RemoveFromList(); in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_swap_function_variables.cpp71 std::unique_ptr<opt::Instruction> temp_instruction = in Apply() local
74 temp_instruction->InsertBefore(instruction1); in Apply()
76 instruction2->InsertAfter(temp_instruction.get()); in Apply()
77 temp_instruction->RemoveFromList(); in Apply()