Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc65 loop_ = new (GetAllocator()) HBasicBlock(graph_); in CreateTestControlFlowGraph()
68 graph_->AddBlock(loop_); in CreateTestControlFlowGraph()
71 pre_header_->AddSuccessor(loop_); in CreateTestControlFlowGraph()
72 loop_->AddSuccessor(loop_); in CreateTestControlFlowGraph()
73 loop_->AddSuccessor(return_block_); in CreateTestControlFlowGraph()
84 loop_->AddPhi(phi_); in CreateTestControlFlowGraph()
96 loop_->AddInstruction(suspend_check_); in CreateTestControlFlowGraph()
97 loop_->AddInstruction(inc_phi); in CreateTestControlFlowGraph()
98 loop_->AddInstruction(cmp); in CreateTestControlFlowGraph()
99 loop_->AddInstruction(hif); in CreateTestControlFlowGraph()
[all …]