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

  /art/compiler/dex/
mir_graph_test.cc 64 ASSERT_EQ(kExitBlock, defs[2].type);
95 if (def->type == kDalvikByteCode || def->type == kEntryBlock || def->type == kExitBlock) {
105 ASSERT_EQ(kExitBlock, cu_.mir_graph->exit_block_->block_type);
168 DEF_BB(kExitBlock, DEF_SUCC0(), DEF_PRED1(5)),
190 DEF_BB(kExitBlock, DEF_SUCC0(), DEF_PRED1(5)),
212 DEF_BB(kExitBlock, DEF_SUCC0(), DEF_PRED1(6)),
235 DEF_BB(kExitBlock, DEF_SUCC0(), DEF_PRED1(7)),
259 DEF_BB(kExitBlock, DEF_SUCC0(), DEF_PRED1(6)),
282 DEF_BB(kExitBlock, DEF_SUCC0(), DEF_PRED1(6)),
307 DEF_BB(kExitBlock, DEF_SUCC0(), DEF_PRED1(9))
    [all...]
mir_optimization_test.cc 107 ASSERT_EQ(kExitBlock, defs[2].type);
138 if (def->type == kDalvikByteCode || def->type == kEntryBlock || def->type == kExitBlock) {
148 ASSERT_EQ(kExitBlock, cu_.mir_graph->exit_block_->block_type);
234 DEF_BB(kExitBlock, DEF_SUCC0(), DEF_PRED1(3)),
282 DEF_BB(kExitBlock, DEF_SUCC0(), DEF_PRED1(6)),
346 DEF_BB(kExitBlock, DEF_SUCC0(), DEF_PRED1(5)),
382 DEF_BB(kExitBlock, DEF_SUCC0(), DEF_PRED1(6)),
compiler_enums.h 82 kExitBlock,
global_value_numbering.cc 54 if (UNLIKELY(bb->block_type == kExitBlock)) {
global_value_numbering_test.cc 181 ASSERT_EQ(kExitBlock, defs[2].type);
212 if (def->type == kDalvikByteCode || def->type == kEntryBlock || def->type == kExitBlock) {
223 ASSERT_EQ(kExitBlock, cu_.mir_graph->exit_block_->block_type);
376 DEF_BB(kExitBlock, DEF_SUCC0(), DEF_PRED1(6)),
399 DEF_BB(kExitBlock, DEF_SUCC0(), DEF_PRED1(5)),
421 DEF_BB(kExitBlock, DEF_SUCC0(), DEF_PRED1(6)),
457 DEF_BB(kExitBlock, DEF_SUCC0(), DEF_PRED1(9)),
484 DEF_BB(kExitBlock, DEF_SUCC0(), DEF_PRED1(8)),
    [all...]
mir_optimization.cc 155 || (bb->block_type == kExitBlock));
159 ((bb_taken->block_type == kDalvikByteCode) || (bb_taken->block_type == kExitBlock))) {
169 DCHECK((bb->block_type == kDalvikByteCode) || (bb->block_type == kExitBlock));
668 || (bb->block_type == kExitBlock)
    [all...]
mir_graph.cc 685 exit_block_ = NewMemBB(kExitBlock, num_blocks_++);
    [all...]
mir_dataflow.cc     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc     [all...]

Completed in 41 milliseconds