Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc434 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() local
435 pre_header_->InsertInstructionBefore(array_b, pre_header_->GetLastInstruction()); in TEST_F()
436 array_b->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()
446 AddVecStore(loop_, array_b, phi_, vload->AsVecLoad()); in TEST_F()
472 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() local
473 pre_header_->InsertInstructionBefore(array_b, pre_header_->GetLastInstruction()); in TEST_F()
474 array_b->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()
484 AddVecStore(loop_, array_b, phi_, vload->AsVecLoad()); in TEST_F()
598 HInstruction* array_b = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() local
599 pre_header_->InsertInstructionBefore(array_b, pre_header_->GetLastInstruction()); in TEST_F()
[all …]