Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc116 loop_ = AddNewBlock(); in CreateTestControlFlowGraph()
119 pre_header_->AddSuccessor(loop_); in CreateTestControlFlowGraph()
120 loop_->AddSuccessor(loop_); in CreateTestControlFlowGraph()
121 loop_->AddSuccessor(return_block_); in CreateTestControlFlowGraph()
132 loop_->AddPhi(phi_); in CreateTestControlFlowGraph()
144 loop_->AddInstruction(suspend_check_); in CreateTestControlFlowGraph()
145 loop_->AddInstruction(inc_phi); in CreateTestControlFlowGraph()
146 loop_->AddInstruction(cmp); in CreateTestControlFlowGraph()
147 loop_->AddInstruction(hif); in CreateTestControlFlowGraph()
286 HBasicBlock* loop_; member in art::LoadStoreEliminationTestBase
[all …]