Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp261 MSSAUpdater(std::make_unique<MemorySSAUpdater>(MSSA)) {} in GVNHoist()
336 std::unique_ptr<MemorySSAUpdater> MSSAUpdater; member in llvm::GVNHoist
923 MSSAUpdater->removeMemoryAccess(OldMA); in rauw()
948 MSSAUpdater->removeMemoryAccess(Phi); in raMPHIuw()
960 MSSAUpdater->moveToPlace(NewMemAcc, DestBB, in removeAndReplace()
DEarlyCSE.cpp488 std::unique_ptr<MemorySSAUpdater> MSSAUpdater; member in __anon6184f90f0311::EarlyCSE
568 MSSAUpdater(std::make_unique<MemorySSAUpdater>(MSSA)) {} in EarlyCSE()
767 MSSAUpdater->removeMemoryAccess(Inst, true); in removeMSSA()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp264 MSSAUpdater(std::make_unique<MemorySSAUpdater>(MSSA)) {} in GVNHoist()
283 std::unique_ptr<MemorySSAUpdater> MSSAUpdater; member in llvm::GVNHoist
1026 MSSAUpdater->removeMemoryAccess(OldMA); in rauw()
1050 MSSAUpdater->removeMemoryAccess(Phi); in raMPHIuw()
1062 MSSAUpdater->moveToPlace(NewMemAcc, DestBB, MemorySSA::BeforeTerminator); in removeAndReplace()
DEarlyCSE.cpp506 std::unique_ptr<MemorySSAUpdater> MSSAUpdater; member in __anon3ae9eefb0311::EarlyCSE
586 MSSAUpdater(std::make_unique<MemorySSAUpdater>(MSSA)) {} in EarlyCSE()
945 MSSAUpdater->removeMemoryAccess(&Inst, true); in removeMSSA()