Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp56 auto try_begin = try_inst->GetBasicBlock(); in VisitTry() local
74 BasicBlock *TryCatchResolving::TryFindResolvedCatchHandler(BasicBlock *try_begin, BasicBlock *try_e… in TryFindResolvedCatchHandler()
125 void TryCatchResolving::DeleteTryCatchEdges(BasicBlock *try_begin, BasicBlock *try_end) in DeleteTryCatchEdges()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp509 auto try_begin = try_block.begin_bb; in ConnectTryCodeBlock() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp38 void BytecodeGen::AppendCatchBlock(uint32_t type_id, const compiler::BasicBlock *try_begin, in AppendCatchBlock()