Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range_test.cc31 class InductionVarRangeTest : public CommonCompilerTest { class
33 InductionVarRangeTest() in InductionVarRangeTest() function in art::InductionVarRangeTest
42 ~InductionVarRangeTest() { } in ~InductionVarRangeTest()
261 TEST_F(InductionVarRangeTest, IsConstant) { in TEST_F() argument
289 TEST_F(InductionVarRangeTest, TripCountProperties) { in TEST_F() argument
309 TEST_F(InductionVarRangeTest, GetMinMaxNull) { in TEST_F() argument
314 TEST_F(InductionVarRangeTest, GetMinMaxAdd) { in TEST_F() argument
333 TEST_F(InductionVarRangeTest, GetMinMaxSub) { in TEST_F() argument
352 TEST_F(InductionVarRangeTest, GetMinMaxNeg) { in TEST_F() argument
361 TEST_F(InductionVarRangeTest, GetMinMaxMul) { in TEST_F() argument
[all …]
Dinduction_var_range.h206 friend class InductionVarRangeTest; variable
Dinduction_var_analysis.h235 friend class InductionVarRangeTest; variable