Home
last modified time | relevance | path

Searched refs:outer_header (Results 1 – 2 of 2) sorted by relevance

/art/test/598-checker-irreducible-dominance/smali/
DIrreducibleLoop.smali19 # causes `outer_back_edge` to not be dominated by `outer_header`. HGraphBuilder
29 if-eqz p0, :outer_header
32 :outer_header
50 goto :outer_header
/art/compiler/optimizing/
Dbounds_check_elimination_test.cc812 HBasicBlock* outer_header = new (&allocator_) HBasicBlock(graph_); in TEST_F() local
813 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 …]