Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination_test.cc85 HIf* if_inst = new (&allocator_) HIf(cmp); in TEST_F() local
87 block1->AddInstruction(if_inst); in TEST_F()
108 if_inst = new (&allocator_) HIf(cmp); in TEST_F()
112 block3->AddInstruction(if_inst); in TEST_F()
183 HIf* if_inst = new (&allocator_) HIf(cmp); in TEST_F() local
185 block1->AddInstruction(if_inst); in TEST_F()
194 if_inst = new (&allocator_) HIf(cmp2); in TEST_F()
199 block2->AddInstruction(if_inst); in TEST_F()
249 HIf* if_inst = new (&allocator_) HIf(cmp); in TEST_F() local
253 block1->AddInstruction(if_inst); in TEST_F()
[all …]