Searched refs:MSSAUpdater (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp261 MSSAUpdater(std::make_unique<MemorySSAUpdater>(MSSA)) {}
336 std::unique_ptr<MemorySSAUpdater> MSSAUpdater; member in class:llvm::GVNHoist
923 MSSAUpdater->removeMemoryAccess(OldMA);
948 MSSAUpdater->removeMemoryAccess(Phi);
960 MSSAUpdater->moveToPlace(NewMemAcc, DestBB,
H A DEarlyCSE.cpp488 std::unique_ptr<MemorySSAUpdater> MSSAUpdater; member in class:__anon5635::EarlyCSE
568 MSSAUpdater(std::make_unique<MemorySSAUpdater>(MSSA)) {}
767 MSSAUpdater->removeMemoryAccess(Inst, true);

Completed in 179 milliseconds