Searched defs:else_block (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcodegen_test.cc436 HBasicBlock* else_block = new (GetAllocator()) HBasicBlock(graph); local
441 graph->AddBlock(else_block);
444 first_block->AddSuccessor(else_block);
446 else_block->AddSuccessor(exit_block);
450 else_block->AddInstruction(new (GetAllocator()) HReturn(constant1));

Completed in 120 milliseconds