Searched refs:UnionIsChanged (Results 1 – 3 of 3) sorted by relevance
64 bool UnionIsChanged(const BytecodeLivenessState& other) { in UnionIsChanged() function65 return bit_vector_.UnionIsChanged(other.bit_vector_); in UnionIsChanged()
476 if (!end_liveness.out->UnionIsChanged(*header_liveness.in)) { in Analyze()513 if (switch_liveness.out->UnionIsChanged( in Analyze()
175 bool UnionIsChanged(const BitVector& other) { in UnionIsChanged() function