Home
last modified time | relevance | path

Searched refs:UnionIsChanged (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dbytecode-liveness-map.h64 bool UnionIsChanged(const BytecodeLivenessState& other) { in UnionIsChanged() function
65 return bit_vector_.UnionIsChanged(other.bit_vector_); in UnionIsChanged()
Dliveness-analyzer.cc125 return live_.UnionIsChanged(*working_area); in UpdateLive()
Dbytecode-analysis.cc358 if (!end_liveness.out->UnionIsChanged(*header_liveness.in)) { in Analyze()
/external/v8/src/crankshaft/
Dhydrogen-infer-representation.cc47 if (connected_phis[i]->UnionIsChanged(*connected_phis[id])) in Run()
Dhydrogen-environment-liveness.cc192 if (live_at_block_start_[block_id]->UnionIsChanged(live)) { in Run()
/external/v8/src/
Dbit-vector.h120 bool UnionIsChanged(const BitVector& other) { in UnionIsChanged() function