Home
last modified time | relevance | path

Searched defs:try_inst (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp578 TryInst *try_inst = inst->CastToTry(); in __anon3cee0cc20d02() local
610 auto try_inst = inst->CastToTry(); in __anon3cee0cc20e02() local
944 auto try_inst = GetTryBeginInst(bb); in __anon3cee0cc21402() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp56 auto try_inst = GetTryBeginInst(bb); in VisitTryBegin() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp490 auto try_inst = GetGraph()->CreateInstTry(); in ConnectTryCodeBlock() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp553 [[maybe_unused]] auto try_inst = (*try_inst_it)->CastToTry(); in CheckTryBeginBlock() local
Dir_constructor.h764 auto try_inst = inst->CastToTry(); in CatchTypeIds() local
Dbasicblock.h526 auto try_inst = GetTryBeginInst(this); in EnumerateCatchHandlers() local