Home
last modified time | relevance | path

Searched refs:GetThrowableInsts (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph.cpp481 const auto &vregs = catch_phi->GetThrowableInsts(); in RemoveThrowableInst()
503 const auto &vregs = catch_phi->GetThrowableInsts(); in ReplaceThrowableInst()
H A Dinst.h2788 const ArenaVector<const Inst *> *GetThrowableInsts() const in GetThrowableInsts() function in CatchPhiInst
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.cpp55 const auto &throwable_insts = catch_phi->GetThrowableInsts(); in AddCatchPhiMoves()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.cpp722 const auto &vregs = catchPhi->GetThrowableInsts(); in RemoveThrowableInst()
747 const auto &vregs = catchPhi->GetThrowableInsts(); in ReplaceThrowableInst()
H A Dinst.h6621 const ArenaVector<const Inst *> *GetThrowableInsts() const
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.cpp61 const auto &throwableInsts = catchPhi->GetThrowableInsts(); in AddCatchPhiMoves()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dtry_catch_resolving.cpp259 auto throwInsts = catchPhi->GetThrowableInsts(); in RemoveCatchPhisImpl()
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_inst_test.cpp441 * @tc.desc: Verify the GetThrowableInsts function.
465 auto catch_inst = catch_phi_inst->GetThrowableInsts(); in HWTEST_F()

Completed in 16 milliseconds