Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DPassManager.cpp63 InnerAM->getCachedResult<ModuleAnalysisManagerFunctionProxy>(F)) in invalidate()
/external/llvm/unittests/IR/
DPassManagerTest.cpp119 AM.getResult<ModuleAnalysisManagerFunctionProxy>(F).getManager(); in run()
226 FAM.registerPass([&] { return ModuleAnalysisManagerFunctionProxy(MAM); }); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DPassManagerTest.cpp106 AM.getResult<ModuleAnalysisManagerFunctionProxy>(F).getManager(); in run()
407 FAM.registerPass([&] { return ModuleAnalysisManagerFunctionProxy(MAM); }); in TEST_F()
602 auto &Proxy = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F); in run()
689 FAM.registerPass([&] { return ModuleAnalysisManagerFunctionProxy(MAM); }); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DCGSCCPassManagerTest.cpp238 FAM.registerPass([&] { return ModuleAnalysisManagerFunctionProxy(MAM); }); in CGSCCPassManagerTest()
432 AM.getResult<ModuleAnalysisManagerFunctionProxy>(F).getManager(); in TEST_F()
453 AM.getResult<ModuleAnalysisManagerFunctionProxy>(F).getManager(); in TEST_F()
477 AM.getResult<ModuleAnalysisManagerFunctionProxy>(F).getManager(); in TEST_F()
954 auto &ModuleProxy = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F); in run()
/external/llvm/unittests/Analysis/
DLoopPassManagerTest.cpp160 FAM.registerPass([&] { return ModuleAnalysisManagerFunctionProxy(MAM); }); in TEST_F()
DCGSCCPassManagerTest.cpp275 FAM.registerPass([&] { return ModuleAnalysisManagerFunctionProxy(MAM); }); in TEST()
/external/llvm/lib/Passes/
DPassBuilder.cpp607 FAM.registerPass([&] { return ModuleAnalysisManagerFunctionProxy(MAM); }); in crossRegisterProxies()
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h907 AM.getResult<ModuleAnalysisManagerFunctionProxy>(F).getManager(); in getModuleAAResultImpl()
/external/llvm/include/llvm/IR/
DPassManager.h843 ModuleAnalysisManagerFunctionProxy; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h1050 auto &MAMProxy = AM.getResult<ModuleAnalysisManagerFunctionProxy>(F); in getModuleAAResultImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPassManager.h1157 using ModuleAnalysisManagerFunctionProxy = variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp1308 AM.getResult<ModuleAnalysisManagerFunctionProxy>(F).getManager(); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
DPassBuilder.cpp1769 FAM.registerPass([&] { return ModuleAnalysisManagerFunctionProxy(MAM); }); in crossRegisterProxies()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Scalar/
DLoopPassManagerTest.cpp314 FAM.registerPass([&] { return ModuleAnalysisManagerFunctionProxy(MAM); }); in LoopPassManagerTest()