Searched refs:current_throwable_inst (Results 1 – 1 of 1) sorted by relevance
310 auto current_throwable_inst = catch_phi->GetThrowableInst(i); in SqueezeCatchPhiInputs() local311 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()