Searched refs:StoreA1 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | CodeMoverUtilsTest.cpp | 708 Instruction *StoreA1 = LoadA0->getPrevNode(); in TEST() local 709 Instruction *StoreA0 = StoreA1->getPrevNode(); in TEST() 722 EXPECT_FALSE(isSafeToMoveBefore(*StoreA1, *StoreA0, DT, &PDT, &DI)); in TEST() 725 EXPECT_FALSE(isSafeToMoveBefore(*StoreA1, *StoreB0, DT, &PDT, &DI)); in TEST() 727 EXPECT_FALSE(isSafeToMoveBefore(*LoadA0, *StoreA1, DT, &PDT, &DI)); in TEST() 833 Instruction &StoreA1 = BB3->front(); in TEST() local 847 EXPECT_FALSE(isSafeToMoveBefore(StoreA1, StoreA0, DT, &PDT, &DI)); in TEST() 850 EXPECT_FALSE(isSafeToMoveBefore(StoreA1, StoreB0, DT, &PDT, &DI)); in TEST() 852 EXPECT_FALSE(isSafeToMoveBefore(*LoadA0, StoreA1, DT, &PDT, &DI)); in TEST()
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | MemorySSATest.cpp | 842 StoreInst *StoreA1 = B.CreateStore(ConstantInt::get(Int8, 4), A); in TEST_F() local 863 MSSA.getMemoryAccess(StoreA1)); in TEST_F() 872 EXPECT_TRUE(MSSA.locallyDominates(MSSA.getMemoryAccess(StoreA1), in TEST_F()
|