Searched refs:phi_ (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 83 phi_ = new (GetAllocator()) HPhi(GetAllocator(), 0, 0, DataType::Type::kInt32); in CreateTestControlFlowGraph() 84 loop_->AddPhi(phi_); in CreateTestControlFlowGraph() 86 phi_->AddInput(c0); in CreateTestControlFlowGraph() 93 HInstruction* inc_phi = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi_, c1); in CreateTestControlFlowGraph() 94 HInstruction* cmp = new (GetAllocator()) HGreaterThanOrEqual(phi_, c128); in CreateTestControlFlowGraph() 100 phi_->AddInput(inc_phi); in CreateTestControlFlowGraph() 263 HPhi* phi_; member in art::LoadStoreEliminationTest 421 AddVecLoad(loop_, array_, phi_); in TEST_F() 457 AddVecStore(loop_, array_, phi_); in TEST_F() 458 HInstruction* vload = AddVecLoad(loop_, array_, phi_); in TEST_F() [all …]
|