reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
350 MSSAU = std::make_unique<MemorySSAUpdater>(MSSA); 390 CurAST.get(), MSSAU.get(), &SafetyInfo, Flags, ORE); 394 CurAST.get(), MSSAU.get(), &SafetyInfo, Flags, ORE); 418 if (MSSAU) 422 if (MSSAU) 432 CurAST = collectAliasInfoForLoopWithMSSA(L, AA, MSSAU.get()); 453 DT, TLI, L, CurAST.get(), MSSAU.get(), &SafetyInfo, ORE); 478 if (!MSSAU.get() && CurAST.get() && L->getParentLoop() && !DeleteAST) 481 if (MSSAU.get() && VerifyMemorySSA) 482 MSSAU->getMemorySSA()->verifyMemorySSA();