Lines Matching defs:MSSAU
47 MemorySSAUpdater *MSSAU) {
74 MemorySSA *MSSA = MSSAU ? MSSAU->getMemorySSA() : nullptr;
78 if (MSSAU && VerifyMemorySSA)
133 if (MSSAU)
151 RecursivelyDeleteTriviallyDeadInstructions(DeadInsts, &TLI, MSSAU);
154 if (MSSAU && VerifyMemorySSA)
176 std::optional<MemorySSAUpdater> MSSAU;
178 MSSAU = MemorySSAUpdater(AR.MSSA);
183 MSSAU ? &*MSSAU : nullptr))