Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc79 phi_ = new (GetAllocator()) HPhi(GetAllocator(), 0, 0, DataType::Type::kInt32); in CreateTestControlFlowGraph()
80 loop_->AddPhi(phi_); in CreateTestControlFlowGraph()
82 phi_->AddInput(c0); in CreateTestControlFlowGraph()
89 HInstruction* inc_phi = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi_, c1); in CreateTestControlFlowGraph()
90 HInstruction* cmp = new (GetAllocator()) HGreaterThanOrEqual(phi_, c128); in CreateTestControlFlowGraph()
96 phi_->AddInput(inc_phi); in CreateTestControlFlowGraph()
257 HPhi* phi_; member in art::LoadStoreEliminationTest
409 AddVecLoad(loop_, array_, phi_); in TEST_F()
444 AddVecStore(loop_, array_, phi_); in TEST_F()
445 HInstruction* vload = AddVecLoad(loop_, array_, phi_); in TEST_F()
[all …]