Searched refs:NewMPM (Results 1 – 1 of 1) sorted by relevance
751 ModulePassManager NewMPM; in addSanitizers() local752 SanitizersCallback(NewMPM, Level); in addSanitizers()753 if (!NewMPM.isEmpty()) { in addSanitizers()755 NewMPM.addPass(RequireAnalysisPass<GlobalsAA, llvm::Module>()); in addSanitizers()756 MPM.addPass(std::move(NewMPM)); in addSanitizers()