Searched refs:then_block (Results 1 – 3 of 3) sorted by relevance
40 HBasicBlock* then_block = AddNewBlock(); in ConstructBasicGraphForSelect() local45 if_block->AddSuccessor(then_block); in ConstructBasicGraphForSelect()47 then_block->AddSuccessor(return_block_); in ConstructBasicGraphForSelect()59 then_block->AddInstruction(instr); in ConstructBasicGraphForSelect()60 then_block->AddInstruction(new (GetAllocator()) HGoto()); in ConstructBasicGraphForSelect()
431 HBasicBlock* then_block = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local436 graph->AddBlock(then_block); in TEST_F()439 first_block->AddSuccessor(then_block); in TEST_F()441 then_block->AddSuccessor(exit_block); in TEST_F()445 then_block->AddInstruction(new (GetAllocator()) HReturn(constant0)); in TEST_F()
185 HBasicBlock* then_block = loop_control->AsIf()->IfTrueSuccessor(); in UseFullTripCount() local187 HBasicBlock* loop_exit_block = loop->Contains(*then_block) ? else_block : then_block; in UseFullTripCount()