Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp224 auto tryEnd = tryInst->GetTryEndBlock(); in VisitTryInst() local
240 void TryCatchResolving::DeleteTryCatchEdges(BasicBlock *tryBegin, BasicBlock *tryEnd) in DeleteTryCatchEdges()
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/add_try_catch/
Dadd_try_catch.cpp85 …abckit::BasicBlock tryEnd = prevRetInst.GetBasicBlock().SplitBlockAfterInstruction(prevRetInst, tr… in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/scenarios/add_try_catch/dynamic/
Dadd_try_catch_test.cpp52 AbckitBasicBlock *tryEnd = in TransformIr() local
/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_dynamic.cpp49 const ark::compiler::BasicBlock *tryEnd, in AppendCatchBlock()
68 auto tryEnd = tryInst->GetTryEndBlock(); in VisitTryBegin() local
Dcodegen_static.cpp188const compiler::BasicBlock *tryEnd, const compiler::BasicBlock *catchBegin, in AppendCatchBlock()
206 auto tryEnd = tryInst->GetTryEndBlock(); in VisitTryBegin() local
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dgraph_impl.h118 inline const Graph &Graph::InsertTryCatch(BasicBlock tryBegin, BasicBlock tryEnd, BasicBlock catchB… in InsertTryCatch()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp672 auto tryEnd = tryBlock.endBb; in ConnectTryCodeBlock() local
890 auto tryEnd = tryBlock.endBb; in ConnectThrowBlock() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/add_try_catch/
Dadd_try_catch_test.cpp143 AbckitBasicBlock *tryEnd = in TransformIr() local
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dir_builder_dyn.cpp429 auto tryEnd = tryBlock.endBb; in ConnectTryCodeBlock() 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
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/basic_blocks/
Dbasic_blocks_dynamic.cpp865 AbckitBasicBlock *tryEnd = g_implG->bbGetPredBlock(endBB, 0); in TEST_F() local
888 AbckitBasicBlock *tryEnd = g_implG->bbGetPredBlock(endBB, 0); in TEST_F() local
Dbasic_blocks_static.cpp811 AbckitBasicBlock *tryEnd = g_implG->bbGetPredBlock(g_implG->bbGetPredBlock(endBB, 2), 0); in TEST_F() local
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dir_static.cpp276 AbckitBasicBlock *tryEnd; member