Searched defs:store1 (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_analysis_test.cc | 319 HInstruction* store1 = InsertArrayStore(add, 0); in TEST_F() local 833 HInstruction* store1 = InsertArrayStore(k_header, 0); in TEST_F() local 1092 HInstruction* store1 = InsertArrayStore(conv, 0); in TEST_F() local 1123 HInstruction* store1 = InsertArrayStore(conv, 0); in TEST_F() local
|
D | load_store_elimination_test.cc | 326 HInstruction* store1 = AddArraySet(entry_block_, array_, c1, c1); in TEST_F() local 351 HInstruction* store1 = AddArraySet(entry_block_, array_, c1, c1); in TEST_F() local 625 HInstruction* store1 = AddArraySet(left, array_, i_); in TEST_F() local 705 HInstruction* store1 = AddArraySet(entry_block_, array_, c0, c2); in TEST_F() local 740 HInstruction* store1 = AddArraySet(pre_header_, array_, c0, c2); in TEST_F() local
|