Searched refs:CanGenerateLastValue (Results 1 – 4 of 4) sorted by relevance
120 bool CanGenerateLastValue(HInstruction* instruction);
1005 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()
318 bool InductionVarRange::CanGenerateLastValue(HInstruction* instruction) { in CanGenerateLastValue() function in art::InductionVarRange
3030 if (induction_range_.CanGenerateLastValue(instruction)) { in TryReplaceWithLastValue()