HomeSort by: relevance | last modified time | path
    Searched refs:MSSAUpdater (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVNHoist.cpp 264 MSSAUpdater(std::make_unique<MemorySSAUpdater>(MSSA)) {}
283 std::unique_ptr<MemorySSAUpdater> MSSAUpdater;
1015 MSSAUpdater->removeMemoryAccess(OldMA);
1039 MSSAUpdater->removeMemoryAccess(Phi);
1051 MSSAUpdater->moveToPlace(NewMemAcc, DestBB, MemorySSA::BeforeTerminator);
EarlyCSE.cpp 526 std::unique_ptr<MemorySSAUpdater> MSSAUpdater;
606 MSSAUpdater(std::make_unique<MemorySSAUpdater>(MSSA)) {}
965 MSSAUpdater->removeMemoryAccess(&Inst, true);

Completed in 30 milliseconds