Searched refs:outer_header (Results 1 – 2 of 2) sorted by relevance
19 # causes `outer_back_edge` to not be dominated by `outer_header`. HGraphBuilder29 if-eqz p0, :outer_header32 :outer_header50 goto :outer_header
812 HBasicBlock* outer_header = new (&allocator_) HBasicBlock(graph_); in TEST_F() local813 graph_->AddBlock(outer_header); in TEST_F()820 outer_header->AddPhi(phi_i); in TEST_F()821 outer_header->AddInstruction(null_check); in TEST_F()822 outer_header->AddInstruction(array_length); in TEST_F()823 outer_header->AddInstruction(add); in TEST_F()824 outer_header->AddInstruction(cmp); in TEST_F()825 outer_header->AddInstruction(if_inst); in TEST_F()932 block->AddSuccessor(outer_header); in TEST_F()933 outer_header->AddSuccessor(exit); in TEST_F()[all …]