Home
last modified time | relevance | path

Searched refs:GetThrowableInsts (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp480 const auto &vregs = catch_phi->GetThrowableInsts(); in RemoveThrowableInst()
502 const auto &vregs = catch_phi->GetThrowableInsts(); in ReplaceThrowableInst()
Dinst.h2783 const ArenaVector<const Inst *> *GetThrowableInsts() const in GetThrowableInsts() function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp59 const auto &throwable_insts = catch_phi->GetThrowableInsts(); in AddCatchPhiMoves()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp452 auto catch_inst = catch_phi_inst->GetThrowableInsts(); in __anon7b7a1abf0a02()