Searched refs:MakePhi (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | instruction_simplifier_test.cc | 175 HPhi* val_phi = MakePhi({c3, c4, c10}); in TEST_F() 176 HPhi* obj_phi = MakePhi({obj1_param, obj2_param, obj3}); in TEST_F() 267 HPhi* val_phi = MakePhi({c3, c3, c10}); in TEST_F() 268 HPhi* obj_phi = MakePhi({obj1_param, obj2_param, obj3}); in TEST_F() 351 HPhi* val_phi = MakePhi({c3, c10}); in TEST_F() 352 HPhi* obj_phi = MakePhi({obj1, obj2}); in TEST_F()
|
D | optimizing_unit_test.h | 483 HPhi* MakePhi(const std::vector<HInstruction*>& ins) { in MakePhi() function
|
D | load_store_elimination_test.cc | 2096 HInstruction* phi_final = MakePhi({read_left, read_right}); in TEST_F() 2467 HPhi* left_phi = MakePhi({obj_param, new_inst}); in TEST_F() 2479 HPhi* escape_end_phi = MakePhi({left_phi, obj_param}); in TEST_F() 2487 HPhi* return_phi = MakePhi({read_escape_end, c13}); in TEST_F() 6066 HPhi* bottom_phi = MakePhi({new_inst1, new_inst2}); in TEST_F() 6197 HPhi* phi_bottom = MakePhi({c4, add_right}); in TEST_F() 8718 HPhi* breturn_phi = MakePhi({left3_read, c0}); in TEST_P()
|