Home
last modified time | relevance | path

Searched refs:SideStore (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DMemorySSATest.cpp322 SideStore->moveBefore(Entry->getTerminator()); in TEST_F()
326 SideStore, EntryStoreAccess, EntryStoreAccess); in TEST_F()
349 auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
359 SideStore->moveBefore(Entry->getTerminator()); in TEST_F()
361 auto *SideStoreAccess = MSSA.getMemoryAccess(SideStore); in TEST_F()
363 SideStore, EntryStoreAccess, EntryStoreAccess); in TEST_F()
395 auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
406 auto *SideStoreAccess = MSSA.getMemoryAccess(SideStore); in TEST_F()
450 auto *SideStoreAccess = MSSA.getMemoryAccess(SideStore); in TEST_F()
465 SideStore->moveBefore(*Right, Right->begin()); in TEST_F()
[all …]