Searched refs:DoesAnyWrite (Results 1 – 8 of 8) sorted by relevance
376 ASSERT_TRUE(side_effects.GetBlockEffects(entry).DoesAnyWrite()); in TEST_F()377 ASSERT_FALSE(side_effects.GetBlockEffects(outer_loop_body).DoesAnyWrite()); in TEST_F()378 ASSERT_FALSE(side_effects.GetLoopEffects(outer_loop_header).DoesAnyWrite()); in TEST_F()379 ASSERT_FALSE(side_effects.GetLoopEffects(inner_loop_header).DoesAnyWrite()); in TEST_F()402 ASSERT_TRUE(side_effects.GetBlockEffects(entry).DoesAnyWrite()); in TEST_F()403 ASSERT_TRUE(side_effects.GetBlockEffects(outer_loop_body).DoesAnyWrite()); in TEST_F()404 ASSERT_TRUE(side_effects.GetLoopEffects(outer_loop_header).DoesAnyWrite()); in TEST_F()405 ASSERT_FALSE(side_effects.GetLoopEffects(inner_loop_header).DoesAnyWrite()); in TEST_F()428 ASSERT_TRUE(side_effects.GetBlockEffects(entry).DoesAnyWrite()); in TEST_F()429 ASSERT_FALSE(side_effects.GetBlockEffects(outer_loop_body).DoesAnyWrite()); in TEST_F()[all …]
49 EXPECT_TRUE(write.DoesAnyWrite()); in testWriteAndReadEffects()51 EXPECT_FALSE(read.DoesAnyWrite()); in testWriteAndReadEffects()91 EXPECT_TRUE(all.DoesAnyWrite()); in TEST()99 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()
1127 if (side_effects.DoesAnyRead() || side_effects.DoesAnyWrite()) { in HandleInvoke()1132 if (side_effects.DoesAnyWrite()) { in HandleInvoke()2495 bool is_store = load_or_store->GetSideEffects().DoesAnyWrite(); in ProcessLoopPhiWithUnknownInput()3832 bool is_store = record.load_or_store->GetSideEffects().DoesAnyWrite(); in FinishFullLSE()
1908 bool DoesAnyWrite() const { in DoesAnyWrite() function2309 bool DoesAnyWrite() const { return side_effects_.DoesAnyWrite(); } in DoesAnyWrite() function2397 !DoesAnyWrite() && in IsRemovable()4659 bool CanBeMoved() const override { return IsIntrinsic() && !DoesAnyWrite(); }
1373 && !instruction->DoesAnyWrite(); in VectorizeDef()