Searched refs:CanGenerateLastValue (Results 1 – 4 of 4) sorted by relevance
119 bool CanGenerateLastValue(HInstruction* instruction);
783 EXPECT_TRUE(range_.CanGenerateLastValue(phi)); in TEST_F()785 EXPECT_FALSE(range_.CanGenerateLastValue(exit)); in TEST_F()835 EXPECT_TRUE(range_.CanGenerateLastValue(phi)); in TEST_F()837 EXPECT_FALSE(range_.CanGenerateLastValue(exit)); in TEST_F()
299 bool InductionVarRange::CanGenerateLastValue(HInstruction* instruction) { in CanGenerateLastValue() function in art::InductionVarRange
2449 if (induction_range_.CanGenerateLastValue(instruction)) { in TryReplaceWithLastValue()