Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc64 loop_ = AddNewBlock(); in CreateTestControlFlowGraph()
67 pre_header_->AddSuccessor(loop_); in CreateTestControlFlowGraph()
68 loop_->AddSuccessor(loop_); in CreateTestControlFlowGraph()
69 loop_->AddSuccessor(return_block_); in CreateTestControlFlowGraph()
80 loop_->AddPhi(phi_); in CreateTestControlFlowGraph()
92 loop_->AddInstruction(suspend_check_); in CreateTestControlFlowGraph()
93 loop_->AddInstruction(inc_phi); in CreateTestControlFlowGraph()
94 loop_->AddInstruction(cmp); in CreateTestControlFlowGraph()
95 loop_->AddInstruction(hif); in CreateTestControlFlowGraph()
248 HBasicBlock* loop_; member in art::LoadStoreEliminationTest
[all …]