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.cpp475 for (auto catch_handler : throwable_insts_.at(inst)) { in RemoveThrowableInst() local
497 for (auto catch_handler : it->second) { in ReplaceThrowableInst() local
Dgraph.h676 void AppendThrowableInst(const Inst *inst, BasicBlock *catch_handler) in AppendThrowableInst()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp49 for (auto catch_handler : handlers) { in AddCatchPhiMoves() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp60 bb->EnumerateCatchHandlers([&, bb, try_end](BasicBlock *catch_handler, size_t type_id) { in VisitTryBegin()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp173 … tbb->EnumerateCatchHandlers([this](BasicBlock *catch_handler, [[maybe_unused]] size_t type_id) { in ProcessThrowableInstructions()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp271 for (auto catch_handler : handlers) { in GetInitInstLiveSet() local