Lines Matching refs:this
2 // Use of this source code is governed by a BSD-style license that can be
98 return bit_cast<uint32_t>(this->value_) == bit_cast<uint32_t>(that.value_);
100 bool operator!=(CallFrequency const& that) const { return !(*this == that); }
126 return this->bit_field_ == that.bit_field_;
129 return !(*this == that);
206 return this->bit_field_ == that.bit_field_;
209 return !(*this == that);
279 return this->bit_field_ == that.bit_field_ &&
280 this->frequency_ == that.frequency_ &&
281 this->feedback_ == that.feedback_;
283 bool operator!=(CallParameters const& that) const { return !(*this == that); }
346 // For space reasons, we keep this tightly packed, otherwise we could just use
1123 // Valid iff this node has a context input.
1130 // Valid iff this node has exactly one effect input.
1136 // Valid iff this node has exactly one control input.
1142 // Valid iff this node has a frame state input.
1473 // Note: The count reported by this function depends only on the parameter,
1507 // Note: The count reported by this function depends only on the parameter
1539 // Note: The count reported by this function depends only on the parameter,