Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp310 auto current_throwable_inst = catch_phi->GetThrowableInst(i); in SqueezeCatchPhiInputs()
318 auto saved_throwable_inst = new_catch_phi->GetThrowableInst(j); in SqueezeCatchPhiInputs()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dmove_constants.cpp121 inst = inst->CastToCatchPhi()->GetThrowableInst(user.GetIndex()); in GetDominators()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp410 auto throwable_inst = const_cast<Inst *>(catch_phi->GetThrowableInst(input_idx)); in AdjustCatchPhiInputsLifetime()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h2788 const Inst *GetThrowableInst(size_t i) const in GetThrowableInst() function