Searched refs:then_block (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcodegen_test.cc651 HBasicBlock* then_block = new (&allocator) HBasicBlock(graph); local
656 graph->AddBlock(then_block);
659 first_block->AddSuccessor(then_block);
661 then_block->AddSuccessor(exit_block);
665 then_block->AddInstruction(new (&allocator) HReturn(constant0));

Completed in 64 milliseconds