Lines Matching defs:EntryStore
137 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg);
139 EntryStore, nullptr, Entry, MemorySSA::Beginning);
306 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg);
319 MemoryAccess *EntryStoreAccess = MSSA.getMemoryAccess(EntryStore);
341 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg);
355 auto *EntryStoreAccess = MSSA.getMemoryAccess(EntryStore);
359 // Before, the load will point to a phi of the EntryStore and SideStore.
386 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg);
399 auto *EntryStoreAccess = MSSA.getMemoryAccess(EntryStore);
401 // Before, the load will point to a phi of the EntryStore and SideStore.
407 SideStore->moveBefore(*EntryStore->getParent(), ++EntryStore->getIterator());
429 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg);
442 auto *EntryStoreAccess = MSSA.getMemoryAccess(EntryStore);
444 // Before, the load will point to a phi of the EntryStore and SideStore.
451 SideStore->moveBefore(*EntryStore->getParent(), EntryStore->getIterator());