Searched refs:UnionIsChanged (Results 1 – 6 of 6) sorted by relevance
64 bool UnionIsChanged(const BytecodeLivenessState& other) { in UnionIsChanged() function65 return bit_vector_.UnionIsChanged(other.bit_vector_); in UnionIsChanged()
125 return live_.UnionIsChanged(*working_area); in UpdateLive()
358 if (!end_liveness.out->UnionIsChanged(*header_liveness.in)) { in Analyze()
47 if (connected_phis[i]->UnionIsChanged(*connected_phis[id])) in Run()
192 if (live_at_block_start_[block_id]->UnionIsChanged(live)) { in Run()
120 bool UnionIsChanged(const BitVector& other) { in UnionIsChanged() function