Lines Matching defs:SideStore
309 StoreInst *SideStore = B.CreateStore(B.getInt8(16), PointerArg);
318 SideStore->moveBefore(Entry->getTerminator()->getIterator());
320 MemoryAccess *SideStoreAccess = MSSA.getMemoryAccess(SideStore);
322 SideStore, EntryStoreAccess, EntryStoreAccess);
344 auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg);
354 SideStore->moveBefore(Entry->getTerminator()->getIterator());
356 auto *SideStoreAccess = MSSA.getMemoryAccess(SideStore);
358 SideStore, EntryStoreAccess, EntryStoreAccess);
359 // Before, the load will point to a phi of the EntryStore and SideStore.
389 auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg);
400 auto *SideStoreAccess = MSSA.getMemoryAccess(SideStore);
401 // Before, the load will point to a phi of the EntryStore and SideStore.
407 SideStore->moveBefore(*EntryStore->getParent(), ++EntryStore->getIterator());
432 auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg);
443 auto *SideStoreAccess = MSSA.getMemoryAccess(SideStore);
444 // Before, the load will point to a phi of the EntryStore and SideStore.
451 SideStore->moveBefore(*EntryStore->getParent(), EntryStore->getIterator());
458 SideStore->moveBefore(*Right, Right->begin());
464 SideStore->moveBefore(MergeLoad->getIterator());