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

  /art/compiler/dex/
ssa_transformation.cc 476 // Reuse the def_block_matrix storage for phi_node_blocks.
478 ArenaBitVector** phi_node_blocks = def_block_matrix; local
479 DCHECK(temp_.ssa.phi_node_blocks == nullptr);
480 temp_.ssa.phi_node_blocks = phi_node_blocks;
mir_graph.h 1420 ArenaBitVector** phi_node_blocks; \/\/ num_vregs x num_blocks_. member in struct:art::MIRGraph::__anon10::__anon14
    [all...]
mir_dataflow.cc     [all...]
mir_graph.cc     [all...]

Completed in 45 milliseconds