Home
last modified time | relevance | path

Searched refs:catch_handler (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph.cpp475 for (auto catch_handler : throwable_insts_.at(inst)) { in RemoveThrowableInst()
476 for (auto catch_inst : catch_handler->AllInsts()) { in RemoveThrowableInst()
497 for (auto catch_handler : it->second) { in ReplaceThrowableInst()
498 for (auto catch_inst : catch_handler->AllInsts()) { in ReplaceThrowableInst()
H A Dgraph.h676 void AppendThrowableInst(const Inst *inst, BasicBlock *catch_handler) in AppendThrowableInst() argument
679 it->second.push_back(catch_handler); in AppendThrowableInst()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.cpp49 for (auto catch_handler : handlers) { in AddCatchPhiMoves()
50 for (auto catch_inst : catch_handler->AllInsts()) { in AddCatchPhiMoves()
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dcodegen.cpp61 bb->EnumerateCatchHandlers([&, bb, try_end](BasicBlock *catch_handler, size_t type_id) { in VisitTryBegin()
62 AppendCatchBlock(type_id, bb, try_end, catch_handler); in VisitTryBegin()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.cpp271 for (auto catch_handler : handlers) { in GetInitInstLiveSet()
272 live_set->Union(GetBlockLiveSet(catch_handler)); in GetInitInstLiveSet()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp173 tbb->EnumerateCatchHandlers([this](BasicBlock *catch_handler, [[maybe_unused]] size_t type_id) { in ProcessThrowableInstructions()
174 catch_handlers_.insert(catch_handler); in ProcessThrowableInstructions()

Completed in 9 milliseconds