Searched refs:IsRemoved (Results 1 – 3 of 3) sorted by relevance
282 ASSERT_TRUE(IsRemoved(load1)); in TEST_F()283 ASSERT_FALSE(IsRemoved(load2)); in TEST_F()284 ASSERT_TRUE(IsRemoved(store1)); in TEST_F()285 ASSERT_FALSE(IsRemoved(store2)); in TEST_F()306 ASSERT_TRUE(IsRemoved(store1)); in TEST_F()307 ASSERT_FALSE(IsRemoved(store2)); in TEST_F()324 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F()339 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F()383 ASSERT_TRUE(IsRemoved(load1)); in TEST_F()384 ASSERT_FALSE(IsRemoved(load2)); in TEST_F()[all …]
153 ASSERT_FALSE(IsRemoved(bounds_check2)); in TEST_F()154 ASSERT_FALSE(IsRemoved(bounds_check4)); in TEST_F()155 ASSERT_TRUE(IsRemoved(bounds_check5)); in TEST_F()220 ASSERT_FALSE(IsRemoved(bounds_check)); in TEST_F()287 ASSERT_FALSE(IsRemoved(bounds_check)); in TEST_F()352 ASSERT_FALSE(IsRemoved(bounds_check6)); in TEST_F()353 ASSERT_TRUE(IsRemoved(bounds_check5)); in TEST_F()354 ASSERT_TRUE(IsRemoved(bounds_check4)); in TEST_F()433 ASSERT_TRUE(IsRemoved(bounds_check)); in TEST_F()440 ASSERT_TRUE(IsRemoved(bounds_check)); in TEST_F()[all …]
291 inline bool IsRemoved(HInstruction* instruction) { in IsRemoved() function