Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range_test.cc33 class InductionVarRangeTest : public OptimizingUnitTest { class
35 InductionVarRangeTest() in InductionVarRangeTest() function in art::InductionVarRangeTest
42 ~InductionVarRangeTest() { } in ~InductionVarRangeTest()
373 TEST_F(InductionVarRangeTest, IsConstant) { in TEST_F() argument
401 TEST_F(InductionVarRangeTest, TripCountProperties) { in TEST_F() argument
421 TEST_F(InductionVarRangeTest, GetMinMaxNull) { in TEST_F() argument
426 TEST_F(InductionVarRangeTest, GetMinMaxAdd) { in TEST_F() argument
445 TEST_F(InductionVarRangeTest, GetMinMaxSub) { in TEST_F() argument
464 TEST_F(InductionVarRangeTest, GetMinMaxNeg) { in TEST_F() argument
473 TEST_F(InductionVarRangeTest, GetMinMaxMul) { in TEST_F() argument
[all …]
Dinduction_var_analysis.h335 friend class InductionVarRangeTest; variable
Dinduction_var_range.h411 friend class InductionVarRangeTest; variable