Home
last modified time | relevance | path

Searched refs:GetThrowableInstHandlers (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp51 auto handlers = GetGraph()->GetThrowableInstHandlers(inst); in AddCatchPhiMoves()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp270 auto handlers = GetGraph()->GetThrowableInstHandlers(inst); in GetInitInstLiveSet()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h688 const auto &GetThrowableInstHandlers(const Inst *inst) const in GetThrowableInstHandlers() function