Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp310 auto current_throwable_inst = catch_phi->GetThrowableInst(i); in SqueezeCatchPhiInputs() local
311 ASSERT(GetGraph()->IsInstThrowable(current_throwable_inst)); in SqueezeCatchPhiInputs()
319 if (saved_throwable_inst->IsDominate(current_throwable_inst)) { in SqueezeCatchPhiInputs()
322 if (current_throwable_inst->IsDominate(saved_throwable_inst)) { in SqueezeCatchPhiInputs()
323 new_catch_phi->ReplaceThrowableInst(saved_throwable_inst, current_throwable_inst); in SqueezeCatchPhiInputs()
332 new_catch_phi->AppendThrowableInst(current_throwable_inst); in SqueezeCatchPhiInputs()