Home
last modified time | relevance | path

Searched refs:LoopAnalysisManagerFunctionProxy (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopAnalysisManager.cpp35 bool LoopAnalysisManagerFunctionProxy::Result::invalidate( in invalidate()
53 auto PAC = PA.getChecker<LoopAnalysisManagerFunctionProxy>(); in invalidate()
137 LoopAnalysisManagerFunctionProxy::Result
138 LoopAnalysisManagerFunctionProxy::run(Function &F, in run()
148 PA.preserve<LoopAnalysisManagerFunctionProxy>(); in getLoopPassPreservedAnalyses()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopAnalysisManager.h83 LoopAnalysisManagerFunctionProxy; typedef
90 template <> class LoopAnalysisManagerFunctionProxy::Result {
142 LoopAnalysisManagerFunctionProxy::Result
143 LoopAnalysisManagerFunctionProxy::run(Function &F, FunctionAnalysisManager &AM);
/external/llvm/include/llvm/Analysis/
DLoopPassManager.h44 LoopAnalysisManagerFunctionProxy; typedef
87 AM.getResult<LoopAnalysisManagerFunctionProxy>(F).getManager(); in run()
125 PA.preserve<LoopAnalysisManagerFunctionProxy>(); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DLoopPassManager.h307 AM.getResult<LoopAnalysisManagerFunctionProxy>(F).getManager();
362 PA.preserve<LoopAnalysisManagerFunctionProxy>();
/external/llvm/unittests/Analysis/
DLoopPassManagerTest.cpp155 FAM.registerPass([&] { return LoopAnalysisManagerFunctionProxy(LAM); }); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Scalar/
DLoopPassManagerTest.cpp313 FAM.registerPass([&] { return LoopAnalysisManagerFunctionProxy(LAM); }); in LoopPassManagerTest()
584 PA.preserve<LoopAnalysisManagerFunctionProxy>(); in TEST_F()
600 PA.preserve<LoopAnalysisManagerFunctionProxy>(); in TEST_F()
616 PA.preserve<LoopAnalysisManagerFunctionProxy>(); in TEST_F()
648 PA.preserve<LoopAnalysisManagerFunctionProxy>(); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp672 auto &LAM = AM.getResult<LoopAnalysisManagerFunctionProxy>(F).getManager(); in run()
DLoopDistribute.cpp998 auto &LAM = AM.getResult<LoopAnalysisManagerFunctionProxy>(F).getManager(); in run()
DLoopUnrollPass.cpp1304 if (auto *LAMProxy = AM.getCachedResult<LoopAnalysisManagerFunctionProxy>(F)) in run()
/external/llvm/lib/Passes/
DPassBuilder.cpp608 FAM.registerPass([&] { return LoopAnalysisManagerFunctionProxy(LAM); }); in crossRegisterProxies()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
DPassBuilder.cpp1770 FAM.registerPass([&] { return LoopAnalysisManagerFunctionProxy(LAM); }); in crossRegisterProxies()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6659 auto &LAM = AM.getResult<LoopAnalysisManagerFunctionProxy>(F).getManager(); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp7658 auto &LAM = AM.getResult<LoopAnalysisManagerFunctionProxy>(F).getManager(); in run()