Searched refs:DoesNothing (Results 1 – 4 of 4) sorted by relevance
31 DCHECK(effects.DoesNothing()); in Run()34 DCHECK(effects.DoesNothing()); in Run()
47 EXPECT_FALSE(write.DoesNothing()); in testWriteAndReadEffects()48 EXPECT_FALSE(read.DoesNothing()); in testWriteAndReadEffects()94 EXPECT_FALSE(all.DoesNothing()); in TEST()102 EXPECT_TRUE(none.DoesNothing()); in TEST()
338 if (!instruction->GetSideEffects().DoesNothing() || instruction->CanThrow()) { in AddDependencies()
1954 bool DoesNothing() const { in DoesNothing() function