Lines Matching refs:MSSAU
267 MemorySSAUpdater *MSSAU;
325 LoopInfo *LI, MemorySSAUpdater *MSSAU)
326 : AA(AA), DT(DT), SE(SE), LI(LI), MSSAU(MSSAU){};
335 std::unique_ptr<MemorySSAUpdater> MSSAU;
337 MSSAU = std::make_unique<MemorySSAUpdater>(AR.MSSA);
339 MSSAU ? MSSAU.get() : nullptr);
752 RecursivelyDeleteTriviallyDeadInstructions(OldCond, nullptr /* TLI */, MSSAU);
800 RecursivelyDeleteTriviallyDeadInstructions(OldCond, nullptr /* TLI */, MSSAU);
1245 if (MSSAU && VerifyMemorySSA)
1246 MSSAU->getMemorySSA()->verifyMemorySSA();