Lines Matching refs:EntryStore
138 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
140 EntryStore, nullptr, Entry, MemorySSA::Beginning); in TEST_F()
310 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
323 MemoryAccess *EntryStoreAccess = MSSA.getMemoryAccess(EntryStore); in TEST_F()
346 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
360 auto *EntryStoreAccess = MSSA.getMemoryAccess(EntryStore); in TEST_F()
392 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
405 auto *EntryStoreAccess = MSSA.getMemoryAccess(EntryStore); in TEST_F()
413 SideStore->moveBefore(*EntryStore->getParent(), ++EntryStore->getIterator()); in TEST_F()
436 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
449 auto *EntryStoreAccess = MSSA.getMemoryAccess(EntryStore); in TEST_F()
458 SideStore->moveBefore(*EntryStore->getParent(), EntryStore->getIterator()); in TEST_F()