Home
last modified time | relevance | path

Searched refs:MAM (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp185 ModuleAnalysisManager MAM(Conf.DebugPassManager); in runNewPMPasses() local
191 PB.registerModuleAnalyses(MAM); in runNewPMPasses()
195 PB.crossRegisterProxies(LAM, FAM, CGAM, MAM); in runNewPMPasses()
224 MPM.run(Mod, MAM); in runNewPMPasses()
245 ModuleAnalysisManager MAM; in runNewPMCustomPasses() local
251 PB.registerModuleAnalyses(MAM); in runNewPMCustomPasses()
255 PB.crossRegisterProxies(LAM, FAM, CGAM, MAM); in runNewPMCustomPasses()
269 MPM.run(Mod, MAM); in runNewPMCustomPasses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp26 PreservedAnalyses CGProfilePass::run(Module &M, ModuleAnalysisManager &MAM) { in run() argument
29 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
DSanitizerCoverage.cpp289 ModuleAnalysisManager &MAM) { in run() argument
291 auto &FAM = MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
DThreadSanitizer.cpp164 ModuleAnalysisManager &MAM) { in run() argument
DControlHeightReduction.cpp2104 auto &MAM = MAMProxy.getManager(); in run() local
2105 auto &PSI = *MAM.getCachedResult<ProfileSummaryAnalysis>(*F.getParent()); in run()
DHWAddressSanitizer.cpp350 ModuleAnalysisManager &MAM) { in run() argument
DAddressSanitizer.cpp1171 auto &MAM = MAMProxy.getManager(); in run() local
1173 if (auto *R = MAM.getCachedResult<ASanGlobalsMetadataAnalysis>(M)) { in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp98 ModuleAnalysisManager &MAM) { in run() argument
100 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
DAlwaysInliner.cpp36 ModuleAnalysisManager &MAM) { in run() argument
39 MAM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run()
DInliner.cpp876 const ModuleAnalysisManager &MAM = in run() local
882 ProfileSummaryInfo *PSI = MAM.getCachedResult<ProfileSummaryAnalysis>(M); in run()
DGlobalDCE.cpp280 PreservedAnalyses GlobalDCEPass::run(Module &M, ModuleAnalysisManager &MAM) { in run() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DSyntheticCountsPropagation.h16 PreservedAnalyses run(Module &M, ModuleAnalysisManager &MAM);
DAttributor.h530 if (!MAM || !F.getParent())
532 auto &FAM = MAM->getResult<FunctionAnalysisManagerModuleProxy>(
540 if (!MAM)
542 return &MAM->getResult<Analysis>(const_cast<Module &>(M));
544 AnalysisGetter(ModuleAnalysisManager &MAM) : MAM(&MAM) {}
548 ModuleAnalysisManager *MAM = nullptr;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DHWAddressSanitizer.h29 PreservedAnalyses run(Module &M, ModuleAnalysisManager &MAM);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp359 void PassBuilder::registerModuleAnalyses(ModuleAnalysisManager &MAM) { in registerModuleAnalyses() argument
361 MAM.registerPass([&] { return CREATE_PASS; }); in registerModuleAnalyses()
365 C(MAM); in registerModuleAnalyses()
2258 ModuleAnalysisManager &MAM) { in crossRegisterProxies() argument
2259 MAM.registerPass([&] { return FunctionAnalysisManagerModuleProxy(FAM); }); in crossRegisterProxies()
2260 MAM.registerPass([&] { return CGSCCAnalysisManagerModuleProxy(CGAM); }); in crossRegisterProxies()
2261 CGAM.registerPass([&] { return ModuleAnalysisManagerCGSCCProxy(MAM); }); in crossRegisterProxies()
2263 FAM.registerPass([&] { return ModuleAnalysisManagerFunctionProxy(MAM); }); in crossRegisterProxies()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
DPassBuilder.h237 ModuleAnalysisManager &MAM);
245 void registerModuleAnalyses(ModuleAnalysisManager &MAM);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp700 auto &MAM = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F).getManager(); in run() local
701 auto *PSI = MAM.getCachedResult<ProfileSummaryAnalysis>(*F.getParent()); in run()
DConstantHoisting.cpp978 auto &MAM = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F).getManager(); in run() local
979 auto *PSI = MAM.getCachedResult<ProfileSummaryAnalysis>(*F.getParent()); in run()
DLoopUnrollPass.cpp1424 const ModuleAnalysisManager &MAM = in run() local
1427 MAM.getCachedResult<ProfileSummaryAnalysis>(*F.getParent()); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCGSCCPassManager.cpp226 auto &MAM = AM.getResult<ModuleAnalysisManagerCGSCCProxy>(C, CG).getManager(); in run() local
228 auto *FAMProxy = MAM.getCachedResult<FunctionAnalysisManagerModuleProxy>(M); in run()
/third_party/skia/third_party/externals/icu/source/data/locales/
Dmua.txt166 "MAM",
/third_party/icu/icu4c/source/data/locales/
Dmua.txt186 "MAM",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h1146 auto &MAM = MAMProxy.getManager(); in getModuleAAResultImpl() local
1147 if (auto *R = MAM.template getCachedResult<AnalysisT>(*F.getParent())) { in getModuleAAResultImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3643 const ModuleAnalysisManager &MAM = in run() local
3646 MAM.getCachedResult<ProfileSummaryAnalysis>(*F.getParent()); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp7982 const ModuleAnalysisManager &MAM = in run() local
7985 MAM.getCachedResult<ProfileSummaryAnalysis>(*F.getParent()); in run()