Home
last modified time | relevance | path

Searched refs:ModuleAnalysisManagerFunctionProxy (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassManager.cpp62 InnerAM->getCachedResult<ModuleAnalysisManagerFunctionProxy>(F)) in invalidate()
/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()
DConstantHoisting.cpp978 auto &MAM = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F).getManager(); in run()
DLoopUnrollPass.cpp1425 AM.getResult<ModuleAnalysisManagerFunctionProxy>(F).getManager(); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h1145 auto &MAMProxy = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F); in getModuleAAResultImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassManager.h1257 using ModuleAnalysisManagerFunctionProxy = variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp2263 FAM.registerPass([&] { return ModuleAnalysisManagerFunctionProxy(MAM); }); in crossRegisterProxies()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp2103 auto &MAMProxy = FAM.getResult<ModuleAnalysisManagerFunctionProxy>(F); in run()
DAddressSanitizer.cpp1170 auto &MAMProxy = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3644 AM.getResult<ModuleAnalysisManagerFunctionProxy>(F).getManager(); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp7983 AM.getResult<ModuleAnalysisManagerFunctionProxy>(F).getManager(); in run()