Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp54 void TryCatchResolving::VisitTry(TryInst *try_inst) in VisitTry()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp514 auto try_inst = GetGraph()->CreateInstTry(); in ConnectTryCodeBlock() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp57 auto try_inst = GetTryBeginInst(bb); in VisitTryBegin() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h801 auto try_inst = inst->CastToTry(); in CatchTypeIds() local
Dbasicblock.h532 auto try_inst = GetTryBeginInst(this); in EnumerateCatchHandlers() local
Dgraph_checker.cpp680 [[maybe_unused]] auto try_inst = (*try_inst_it)->CastToTry(); in CheckDataFlow() local