Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DMemorySSA.cpp135 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
137 EntryStore, nullptr, Entry, MemorySSA::Beginning); in TEST_F()
307 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
320 MemoryAccess *EntryStoreAccess = MSSA.getMemoryAccess(EntryStore); in TEST_F()
343 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
357 auto *EntryStoreAccess = MSSA.getMemoryAccess(EntryStore); in TEST_F()
389 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
402 auto *EntryStoreAccess = MSSA.getMemoryAccess(EntryStore); in TEST_F()
410 SideStore->moveBefore(*EntryStore->getParent(), ++EntryStore->getIterator()); in TEST_F()
433 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F() local
[all …]