| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | LoopPassManager.h | 61 std::declval<Loop &>(), std::declval<LoopAnalysisManager &>(), 71 class PassManager<Loop, LoopAnalysisManager, LoopStandardAnalysisResults &, 74 PassManager<Loop, LoopAnalysisManager, LoopStandardAnalysisResults &, 95 LLVM_ABI PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM, 111 detail::PassModel<Loop, PassT, LoopAnalysisManager, in addPass() 120 detail::PassModel<LoopNest, PassT, LoopAnalysisManager, in addPass() 139 detail::PassConcept<Loop, LoopAnalysisManager, 142 detail::PassConcept<LoopNest, LoopAnalysisManager, 156 runSinglePass(IRUnitT &IR, PassT &Pass, LoopAnalysisManager &AM, 161 runWithLoopNestPasses(Loop &L, LoopAnalysisManager &AM, [all …]
|
| H A D | LICM.h | 76 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM, 94 PreservedAnalyses run(LoopNest &L, LoopAnalysisManager &AM,
|
| H A D | LoopInterchange.h | 21 PreservedAnalyses run(LoopNest &L, LoopAnalysisManager &AM,
|
| H A D | LoopBoundSplit.h | 36 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
|
| H A D | LoopSimplifyCFG.h | 30 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
|
| H A D | LoopInstSimplify.h | 27 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
|
| H A D | LoopPredication.h | 27 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
|
| H A D | LoopStrengthReduce.h | 35 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
|
| H A D | LoopVersioningLICM.h | 21 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
|
| H A D | LoopTermFold.h | 24 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
|
| H A D | LoopDeletion.h | 28 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
|
| H A D | LoopFlatten.h | 27 PreservedAnalyses run(LoopNest &LN, LoopAnalysisManager &LAM,
|
| H A D | IndVarSimplify.h | 31 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
|
| H A D | GuardWidening.h | 29 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
|
| H A D | LoopUnrollAndJamPass.h | 25 PreservedAnalyses run(LoopNest &L, LoopAnalysisManager &AM,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopAnalysisManager.h | 79 LoopAnalysisManager; typedef 82 typedef InnerAnalysisManagerProxy<LoopAnalysisManager, Function> 92 explicit Result(LoopAnalysisManager &InnerAM, LoopInfo &LI) in Result() 125 LoopAnalysisManager &getManager() { return *InnerAM; } in getManager() 140 LoopAnalysisManager *InnerAM; 153 extern template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>;
|
| H A D | LoopNestAnalysis.h | 209 LLVM_ABI Result run(Loop &L, LoopAnalysisManager &AM, 220 LLVM_ABI PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPassManager.cpp | 25 PassManager<Loop, LoopAnalysisManager, LoopStandardAnalysisResults &, 26 LPMUpdater &>::run(Loop &L, LoopAnalysisManager &AM, in run() 45 void PassManager<Loop, LoopAnalysisManager, LoopStandardAnalysisResults &, 67 LoopPassManager::runWithLoopNestPasses(Loop &L, LoopAnalysisManager &AM, in runWithLoopNestPasses() 150 LoopPassManager::runWithoutLoopNestPasses(Loop &L, LoopAnalysisManager &AM, in runWithoutLoopNestPasses() 249 LoopAnalysisManager &LAM = LAMFP.getManager(); in run() 365 PreservedAnalyses PrintLoopPass::run(Loop &L, LoopAnalysisManager &, in run() argument
|
| H A D | IVUsersPrinter.cpp | 15 PreservedAnalyses IVUsersPrinterPass::run(Loop &L, LoopAnalysisManager &AM, in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ExtraPassManager.h | 37 LoopAnalysisManager::Invalidator &) { in invalidate() 47 Result run(Loop &L, LoopAnalysisManager &AM, in run() 91 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM, in run()
|
| H A D | CanonicalizeFreezeInLoops.h | 27 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | PassBuilder.h | 141 crossRegisterProxies(LoopAnalysisManager &LAM, FunctionAnalysisManager &FAM, 174 LLVM_ABI void registerLoopAnalyses(LoopAnalysisManager &LAM); 566 const std::function<void(LoopAnalysisManager &)> &C) { in registerAnalysisRegistrationCallback() 837 SmallVector<std::function<void(LoopAnalysisManager &)>, 2> 959 PreservedAnalyses run(LoopNest &L, LoopAnalysisManager &, in run() 967 PreservedAnalyses run(Loop &L, LoopAnalysisManager &, in run() 987 Result run(Loop &, LoopAnalysisManager &, LoopStandardAnalysisResults &) { in run() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.h | 19 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM,
|
| H A D | HexagonVectorLoopCarriedReuse.h | 133 PreservedAnalyses run(Loop &L, LoopAnalysisManager &LAM,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | EVLIndVarSimplify.h | 27 PreservedAnalyses run(Loop &L, LoopAnalysisManager &LAM,
|