Lines Matching defs:MSSA
484 LoopInfo *LI, MemorySSA *MSSA) {
490 if (MSSA)
491 MSSAU = std::make_unique<MemorySSAUpdater>(MSSA);
570 if (MSSA) {
574 MSSA->verifyMemorySSA();
594 if (MSSA) {
601 MSSA->verifyMemorySSA();
688 if (MSSA && VerifyMemorySSA)
689 MSSA->verifyMemorySSA();
725 LoopInfo &LI, MemorySSA *MSSA) {
735 if (MSSA)
736 MSSAU = std::make_unique<MemorySSAUpdater>(MSSA);
771 if (MSSA)
2001 const MemorySSA &MSSA, AAResults &AA) {
2037 if (MemoryAccess *MA = MSSA.getMemoryAccess(I)) {