Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dmerge_return_pass.cpp146 std::unique_ptr<Instruction> return_label( in CreateReturnBlock() local
151 new BasicBlock(std::move(return_label))); in CreateReturnBlock()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmerge_return_pass.cpp146 std::unique_ptr<Instruction> return_label( in CreateReturnBlock() local
151 new BasicBlock(std::move(return_label))); in CreateReturnBlock()
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc2422 Label return_label; in Generate_CEntry() local
2423 __ larl(r14, &return_label); // Generate the return addr of call later. in Generate_CEntry()
2430 __ bind(&return_label); in Generate_CEntry()