Lines Matching refs:entry_block
479 HBasicBlock* entry_block = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local
480 graph->AddBlock(entry_block); in TEST_F()
481 graph->SetEntryBlock(entry_block); in TEST_F()
482 entry_block->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
489 entry_block->AddSuccessor(code_block); in TEST_F()
528 HBasicBlock* entry_block = new (GetAllocator()) HBasicBlock(graph); in TEST_F() local
529 graph->AddBlock(entry_block); in TEST_F()
530 graph->SetEntryBlock(entry_block); in TEST_F()
531 entry_block->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
543 graph->SetEntryBlock(entry_block); in TEST_F()
544 entry_block->AddSuccessor(if_block); in TEST_F()
610 HBasicBlock* entry_block = new (GetAllocator()) HBasicBlock(graph); in TestComparison() local
611 graph->AddBlock(entry_block); in TestComparison()
612 graph->SetEntryBlock(entry_block); in TestComparison()
613 entry_block->AddInstruction(new (GetAllocator()) HGoto()); in TestComparison()
623 entry_block->AddSuccessor(block); in TestComparison()