Searched refs:t_phi (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 1132 HPhi* t_phi = new (GetAllocator()) HPhi(GetAllocator(), 1, 0, DataType::Type::kInt32); in TEST_F() local 1137 loop_entry->AddPhi(t_phi); in TEST_F() 1150 t_phi->AddInput(zero_const); in TEST_F() 1153 ManuallyBuildEnvFor(suspend, { alloc_w, i_phi, t_phi }); in TEST_F() 1164 HInvoke* t_next = MakeInvoke(DataType::Type::kInt32, { body_get, t_phi }); in TEST_F() 1178 t_phi->AddInput(t_next); in TEST_F() 1182 HInstruction* return_inst = new (GetAllocator()) HReturn(t_phi); in TEST_F() 1261 HPhi* t_phi = new (GetAllocator()) HPhi(GetAllocator(), 1, 0, DataType::Type::kInt32); in TEST_F() local 1266 loop_entry->AddPhi(t_phi); in TEST_F() 1279 t_phi->AddInput(zero_const); in TEST_F() [all …]
|