Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp474 for (auto catch_handler : throwable_insts_.at(inst)) { in RemoveThrowableInst() local
496 for (auto catch_handler : it->second) { in ReplaceThrowableInst() local
Dgraph.h674 void AppendThrowableInst(const Inst *inst, BasicBlock *catch_handler) in AppendThrowableInst()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp53 for (auto catch_handler : handlers) { in AddCatchPhiMoves() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp181 … tbb->EnumerateCatchHandlers([this](BasicBlock *catch_handler, [[maybe_unused]] size_t type_id) { in ProcessThrowableInstructions()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp61 bb->EnumerateCatchHandlers([&, bb, try_end](BasicBlock *catch_handler, size_t type_id) { in VisitTryBegin()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp271 for (auto catch_handler : handlers) { in GetInitInstLiveSet() local