Home
last modified time | relevance | path

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

/art/compiler/dex/
Dssa_transformation.cc498 ArenaBitVector* phi_blocks = new (temp_scoped_alloc_.get()) ArenaBitVector( in InsertPhiNodes() local
512 phi_blocks->ClearAllBits(); in InsertPhiNodes()
518 phi_blocks->Union(def_bb->dom_frontier); in InsertPhiNodes()
521 } while (input_blocks->Union(phi_blocks)); in InsertPhiNodes()
527 for (uint32_t idx : phi_blocks->Indexes()) { in InsertPhiNodes()