Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc1134 HInstruction* i_cmp_top = new (GetAllocator()) HGreaterThanOrEqual(i_phi, eighty_const); in TEST_F() local
1135 HInstruction* loop_start_branch = new (GetAllocator()) HIf(i_cmp_top); in TEST_F()
1139 loop_entry->AddInstruction(i_cmp_top); in TEST_F()
1263 HInstruction* i_cmp_top = new (GetAllocator()) HGreaterThanOrEqual(i_phi, eighty_const); in TEST_F() local
1264 HInstruction* loop_start_branch = new (GetAllocator()) HIf(i_cmp_top); in TEST_F()
1268 loop_entry->AddInstruction(i_cmp_top); in TEST_F()