Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DMemorySSA.cpp310 StoreInst *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
319 SideStore->moveBefore(Entry->getTerminator()); in TEST_F()
321 MemoryAccess *SideStoreAccess = MSSA.getMemoryAccess(SideStore); in TEST_F()
323 SideStore, EntryStoreAccess, EntryStoreAccess); in TEST_F()
346 auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
356 SideStore->moveBefore(Entry->getTerminator()); in TEST_F()
358 auto *SideStoreAccess = MSSA.getMemoryAccess(SideStore); in TEST_F()
360 SideStore, EntryStoreAccess, EntryStoreAccess); in TEST_F()
392 auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
403 auto *SideStoreAccess = MSSA.getMemoryAccess(SideStore); in TEST_F()
[all …]