Searched refs:DoesAnyWrite (Results 1 – 8 of 8) sorted by relevance
377 ASSERT_TRUE(side_effects.GetBlockEffects(entry).DoesAnyWrite()); in TEST_F()378 ASSERT_FALSE(side_effects.GetBlockEffects(outer_loop_body).DoesAnyWrite()); in TEST_F()379 ASSERT_FALSE(side_effects.GetLoopEffects(outer_loop_header).DoesAnyWrite()); in TEST_F()380 ASSERT_FALSE(side_effects.GetLoopEffects(inner_loop_header).DoesAnyWrite()); in TEST_F()403 ASSERT_TRUE(side_effects.GetBlockEffects(entry).DoesAnyWrite()); in TEST_F()404 ASSERT_TRUE(side_effects.GetBlockEffects(outer_loop_body).DoesAnyWrite()); in TEST_F()405 ASSERT_TRUE(side_effects.GetLoopEffects(outer_loop_header).DoesAnyWrite()); in TEST_F()406 ASSERT_FALSE(side_effects.GetLoopEffects(inner_loop_header).DoesAnyWrite()); in TEST_F()429 ASSERT_TRUE(side_effects.GetBlockEffects(entry).DoesAnyWrite()); in TEST_F()430 ASSERT_FALSE(side_effects.GetBlockEffects(outer_loop_body).DoesAnyWrite()); in TEST_F()[all …]
50 EXPECT_TRUE(write.DoesAnyWrite()); in testWriteAndReadEffects()52 EXPECT_FALSE(read.DoesAnyWrite()); in testWriteAndReadEffects()92 EXPECT_TRUE(all.DoesAnyWrite()); in TEST()100 EXPECT_FALSE(none.DoesAnyWrite()); in TEST()
53 (user->IsInvoke() && user->GetSideEffects().DoesAnyWrite()) || in VisitEscapes()
69 if (instr1_side_effects.DoesAnyWrite() && instr2_side_effects.DoesAnyWrite()) { in HasReorderingDependency()247 if (instr2->CanThrow() && instr1->GetSideEffects().DoesAnyWrite()) { in HasExceptionDependency()250 if (instr2->GetSideEffects().DoesAnyWrite() && instr1->CanThrow()) { in HasExceptionDependency()
164 if (!can_move && (instruction->CanThrow() || instruction->DoesAnyWrite())) { in Run()
1243 if (can_throw || side_effects.DoesAnyRead() || side_effects.DoesAnyWrite()) { in HandleInvoke()1248 if (side_effects.DoesAnyWrite()) { in HandleInvoke()2643 bool is_store = load_or_store->GetSideEffects().DoesAnyWrite(); in ProcessLoopPhiWithUnknownInput()3977 bool is_store = record.load_or_store->GetSideEffects().DoesAnyWrite(); in FinishFullLSE()
1944 bool DoesAnyWrite() const { in DoesAnyWrite() function2348 bool DoesAnyWrite() const { return side_effects_.DoesAnyWrite(); } in DoesAnyWrite() function2439 !DoesAnyWrite() && in IsRemovable()4742 bool CanBeMoved() const override { return IsIntrinsic() && !DoesAnyWrite(); }
1461 && !instruction->DoesAnyWrite(); in VectorizeDef()