Lines Matching defs:MSSA
485 LoopInfo *LI, MemorySSA *MSSA) {
491 if (MSSA)
492 MSSAU = std::make_unique<MemorySSAUpdater>(MSSA);
571 if (MSSA) {
575 MSSA->verifyMemorySSA();
595 if (MSSA) {
602 MSSA->verifyMemorySSA();
689 if (MSSA && VerifyMemorySSA)
690 MSSA->verifyMemorySSA();
726 LoopInfo &LI, MemorySSA *MSSA) {
736 if (MSSA)
737 MSSAU = std::make_unique<MemorySSAUpdater>(MSSA);
772 if (MSSA)
2059 const MemorySSA &MSSA, AAResults &AA) {
2095 if (MemoryAccess *MA = MSSA.getMemoryAccess(I)) {