Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc1278 loop_entry->AddPhi(t_phi); in TEST_F()
1291 t_phi->AddInput(zero_const); in TEST_F()
1294 ManuallyBuildEnvFor(suspend, { alloc_w, i_phi, t_phi }); in TEST_F()
1305 HInvoke* t_next = MakeInvoke(DataType::Type::kInt32, { body_get, t_phi }); in TEST_F()
1319 t_phi->AddInput(t_next); in TEST_F()
1323 HInstruction* return_inst = new (GetAllocator()) HReturn(t_phi); in TEST_F()
1407 loop_entry->AddPhi(t_phi); in TEST_F()
1420 t_phi->AddInput(zero_const); in TEST_F()
1423 ManuallyBuildEnvFor(suspend, { alloc_w, i_phi, t_phi }); in TEST_F()
1463 t_phi->AddInput(t_next_3); in TEST_F()
[all …]