Home | History | Annotate | Download | only in compiler

Lines Matching full:phi_

142         phi_(zone),
150 phi_(other.phi_),
159 phi_(zone),
163 phi_.resize(field_number, false);
168 bool IsCreatedPhi(size_t offset) { return phi_[offset]; }
172 phi_[offset] = created_phi;
184 phi_.resize(field_count);
192 phi_[i] = false;
227 ZoneVector<bool> phi_;
239 phi_ = other.phi_;