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.cc93 HInstruction* inc_phi = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi_, c1); in CreateTestControlFlowGraph() local
97 loop_->AddInstruction(inc_phi); in CreateTestControlFlowGraph()
100 phi_->AddInput(inc_phi); in CreateTestControlFlowGraph()