Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DMemorySSATest.cpp138 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
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()
[all …]