Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc1593 HInstruction* loop_cond = new (GetAllocator()) HLessThan(i_phi, n); in TEST_F() local
1594 HIf* loop_if = new (GetAllocator()) HIf(loop_cond); in TEST_F()
1597 loop->AddInstruction(loop_cond); in TEST_F()
1687 HInstruction* loop_cond = new (GetAllocator()) HLessThan(i_phi, n); in TEST_F() local
1688 HIf* loop_if = new (GetAllocator()) HIf(loop_cond); in TEST_F()
1691 loop->AddInstruction(loop_cond); in TEST_F()