Searched refs:add_all_live_phis (Results 1 – 1 of 1) sorted by relevance
111 bool add_all_live_phis = instruction->IsPhi() && instruction->AsPhi()->IsDead(); in AddDependentInstructionsToWorklist() local115 if (add_all_live_phis || user->GetType() != instruction->GetType()) { in AddDependentInstructionsToWorklist()