Searched refs:SetCanBeNull (Results 1 – 2 of 2) sorted by relevance
211 phi->SetCanBeNull(phi->InputAt(0)->CanBeNull()); in VisitPhi()311 phi->SetCanBeNull(new_can_be_null); in UpdateNullability()
3058 void SetCanBeNull(bool can_be_null) { can_be_null_ = can_be_null; } in SetCanBeNull() function