Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp221 auto tryBegin = tryInst->GetBasicBlock(); in VisitTryInst() local
238 void TryCatchResolving::DeleteTryCatchEdges(BasicBlock *tryBegin, BasicBlock *tryEnd) in DeleteTryCatchEdges()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp641 auto tryBegin = tryBlock.beginBb; in ConnectTryCodeBlock() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcodegen.cpp85 void BytecodeGen::AppendCatchBlock(uint32_t typeId, const compiler::BasicBlock *tryBegin, in AppendCatchBlock()