Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc89 HInstruction* inc_phi = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi_, c1); in CreateTestControlFlowGraph() local
93 loop_->AddInstruction(inc_phi); in CreateTestControlFlowGraph()
96 phi_->AddInput(inc_phi); in CreateTestControlFlowGraph()