Home
last modified time | relevance | path

Searched refs:CanGenerateLastValue (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_range.h120 bool CanGenerateLastValue(HInstruction* instruction);
Dinduction_var_range_test.cc1005 EXPECT_TRUE(range_.CanGenerateLastValue(phi)); in TEST_F()
1008 EXPECT_FALSE(range_.CanGenerateLastValue(exit)); in TEST_F()
1059 EXPECT_TRUE(range_.CanGenerateLastValue(phi)); in TEST_F()
1062 EXPECT_FALSE(range_.CanGenerateLastValue(exit)); in TEST_F()
Dinduction_var_range.cc318 bool InductionVarRange::CanGenerateLastValue(HInstruction* instruction) { in CanGenerateLastValue() function in art::InductionVarRange
Dloop_optimization.cc3030 if (induction_range_.CanGenerateLastValue(instruction)) { in TryReplaceWithLastValue()