Searched refs:GetInductionInfo (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | induction_var_analysis_test.cc | 179 return GetInductionInfo(control, d); in GetTripCount() 486 GetInductionInfo(add, 0).c_str()); in TEST_F() 488 GetInductionInfo(sub, 0).c_str()); in TEST_F() 490 GetInductionInfo(neg, 0).c_str()); in TEST_F() 492 GetInductionInfo(mul, 0).c_str()); in TEST_F() 494 GetInductionInfo(shl, 0).c_str()); in TEST_F() 526 GetInductionInfo(add2, 0).c_str()); in TEST_F() 588 GetInductionInfo(neg, 0).c_str()); in TEST_F() 705 GetInductionInfo(add, 0).c_str()); in TEST_F() 707 GetInductionInfo(sub, 0).c_str()); in TEST_F() [all …]
|