HomeSort by relevance Sort by last modified time
    Searched refs:def_block_matrix (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/
ssa_transformation.cc 130 temp_.ssa.def_block_matrix[idx]->SetBit(bb->id);
139 DCHECK(temp_.ssa.def_block_matrix == nullptr);
140 temp_.ssa.def_block_matrix =
146 temp_.ssa.def_block_matrix[i] = new (temp_scoped_alloc_.get()) ArenaBitVector(
148 temp_.ssa.def_block_matrix[i]->ClearAllBits();
167 temp_.ssa.def_block_matrix[in_reg]->SetBit(GetEntryBlock()->id);
476 // Reuse the def_block_matrix storage for phi_node_blocks.
477 ArenaBitVector** def_block_matrix = temp_.ssa.def_block_matrix; local
478 ArenaBitVector** phi_node_blocks = def_block_matrix;
    [all...]
mir_graph.h 1419 ArenaBitVector** def_block_matrix; \/\/ num_vregs x num_blocks_. member in struct:art::MIRGraph::__anon10::__anon14
    [all...]
mir_graph.cc     [all...]

Completed in 54 milliseconds