Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp222 auto tryEnd = tryInst->GetTryEndBlock(); in VisitTryInst() local
238 void TryCatchResolving::DeleteTryCatchEdges(BasicBlock *tryBegin, BasicBlock *tryEnd) in DeleteTryCatchEdges()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp643 auto tryEnd = tryBlock.endBb; in ConnectTryCodeBlock() local
859 auto tryEnd = tryBlock.endBb; in ConnectThrowBlock() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcodegen.cpp86const compiler::BasicBlock *tryEnd, const compiler::BasicBlock *catchBegin, in AppendCatchBlock()
104 auto tryEnd = tryInst->GetTryEndBlock(); in VisitTryBegin() local