Lines Matching defs:MSSA
308 MemorySSA *MSSA = MSSAU->getMemorySSA();
310 dyn_cast_or_null<MemoryUse>(MSSA->getMemoryAccess(Inst))) {
629 // Temporarily clone the terminator, to make MSSA update cheaper by
1071 if (MSSAU) // Possible early exit with MSSA
2253 // Get blocks in RPO order for MSSA update, before changing the CFG.
2349 // Keep a clone of the terminator for MSSA updates.
2480 // Perform MSSA cloning updates.
2971 MemorySSA *MSSA = MSSAU->getMemorySSA();
2972 if (auto Info = hasPartialIVCondition(L, MSSAThreshold, *MSSA, AA)) {
3031 // FIXME: For some reason this causes problems with MSSA updates, need to
3573 /// also updated based on the unswitch. The `MSSA` analysis is also updated if
3695 if (AR.MSSA) {
3696 MSSAU = MemorySSAUpdater(AR.MSSA);
3698 AR.MSSA->verifyMemorySSA();
3704 if (AR.MSSA && VerifyMemorySSA)
3705 AR.MSSA->verifyMemorySSA();
3712 if (AR.MSSA)