Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp57 auto try_end = try_inst->GetTryEndBlock(); in VisitTry() local
74 …icBlock *TryCatchResolving::TryFindResolvedCatchHandler(BasicBlock *try_begin, BasicBlock *try_end) in TryFindResolvedCatchHandler()
125 void TryCatchResolving::DeleteTryCatchEdges(BasicBlock *try_begin, BasicBlock *try_end) in DeleteTryCatchEdges()
145 void TryCatchResolving::ConnectCatchHandlerAfterThrow(BasicBlock *try_end, BasicBlock *catch_block) in ConnectCatchHandlerAfterThrow()
/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.cpp511 auto try_end = try_block.end_bb; in ConnectTryCodeBlock() local