Searched refs:InsertLoopPhi (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_analysis_test.cc | 139 HPhi* InsertLoopPhi(int vreg, int d) { in InsertLoopPhi() function in art::InductionVarAnalysisTest 285 HPhi* k = InsertLoopPhi(0, 0); in TEST_F() 312 HPhi* k_header = InsertLoopPhi(0, 0); in TEST_F() 374 HPhi* k = InsertLoopPhi(0, 0); in TEST_F() 397 HPhi* k = InsertLoopPhi(0, 0); in TEST_F() 399 HPhi* t = InsertLoopPhi(1, 0); in TEST_F() 425 HPhi* k = InsertLoopPhi(0, 0); in TEST_F() 467 HPhi* k = InsertLoopPhi(0, 0); in TEST_F() 469 HPhi* t = InsertLoopPhi(1, 0); in TEST_F() 490 HPhi* k = InsertLoopPhi(0, 0); in TEST_F() [all …]
|