Searched refs:array_b (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 447 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() local 448 pre_header_->InsertInstructionBefore(array_b, pre_header_->GetLastInstruction()); in TEST_F() 449 array_b->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F() 459 AddVecStore(loop_, array_b, phi_, vload->AsVecLoad()); in TEST_F() 486 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() local 487 pre_header_->InsertInstructionBefore(array_b, pre_header_->GetLastInstruction()); in TEST_F() 488 array_b->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F() 498 AddVecStore(loop_, array_b, phi_, vload->AsVecLoad()); in TEST_F() 617 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() local 618 pre_header_->InsertInstructionBefore(array_b, pre_header_->GetLastInstruction()); in TEST_F() [all …]
|