Searched refs:pre_header_ (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 115 pre_header_ = AddNewBlock(); in CreateTestControlFlowGraph() 118 entry_block_->ReplaceSuccessor(return_block_, pre_header_); in CreateTestControlFlowGraph() 119 pre_header_->AddSuccessor(loop_); in CreateTestControlFlowGraph() 133 pre_header_->AddInstruction(new (GetAllocator()) HGoto()); in CreateTestControlFlowGraph() 285 HBasicBlock* pre_header_; member in art::LoadStoreEliminationTestBase 461 AddArraySet(pre_header_, array_, j_, c1); in TEST_F() 493 pre_header_->InsertInstructionBefore(array_b, pre_header_->GetLastInstruction()); in TEST_F() 497 AddArraySet(pre_header_, array_, j_, c0); in TEST_F() 533 pre_header_->InsertInstructionBefore(array_b, pre_header_->GetLastInstruction()); in TEST_F() 537 AddArraySet(pre_header_, array_, j_, c0); in TEST_F() [all …]
|