Home
last modified time | relevance | path

Searched defs:try_end (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp39const compiler::BasicBlock *try_end, const compiler::BasicBlock *catch_begin, in AppendCatchBlock()
58 auto try_end = try_inst->GetTryEndBlock(); in VisitTryBegin() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp494 auto try_end = try_block.end_bb; in ConnectTryCodeBlock() local