Home
last modified time | relevance | path

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

/art/test/598-checker-irreducible-dominance/smali/
DIrreducibleLoop.smali18 # Test case in which `inner_back_edge` is not dominated by `inner_header` and
33 if-eqz p0, :inner_header
39 :inner_header
43 goto :inner_header
/art/compiler/optimizing/
Dbounds_check_elimination_test.cc829 HBasicBlock* inner_header = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local
830 graph_->AddBlock(inner_header); in TEST_F()
838 inner_header->AddPhi(phi_j); in TEST_F()
839 inner_header->AddInstruction(null_check); in TEST_F()
840 inner_header->AddInstruction(array_length); in TEST_F()
841 inner_header->AddInstruction(sub); in TEST_F()
842 inner_header->AddInstruction(add); in TEST_F()
843 inner_header->AddInstruction(cmp); in TEST_F()
844 inner_header->AddInstruction(if_inst); in TEST_F()
935 outer_header->AddSuccessor(inner_header); in TEST_F()
[all …]