|
LLVM
4.0.0
|
#include <LoopUnrollPass.h>
Public Member Functions | |
| PreservedAnalyses | run (Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U) |
Public Attributes | |
| Optional< unsigned > | ProvidedCount |
| Optional< unsigned > | ProvidedThreshold |
| Optional< bool > | ProvidedAllowPartial |
| Optional< bool > | ProvidedRuntime |
| Optional< bool > | ProvidedUpperBound |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< LoopUnrollPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Definition at line 19 of file LoopUnrollPass.h.
| PreservedAnalyses LoopUnrollPass::run | ( | Loop & | L, |
| LoopAnalysisManager & | AM, | ||
| LoopStandardAnalysisResults & | AR, | ||
| LPMUpdater & | U | ||
| ) |
Definition at line 1114 of file LoopUnrollPass.cpp.
References llvm::LoopStandardAnalysisResults::AC, llvm::PreservedAnalyses::all(), llvm::LoopStandardAnalysisResults::DT, F, llvm::getLoopPassPreservedAnalyses(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), L, llvm::LoopStandardAnalysisResults::LI, ProvidedAllowPartial, ProvidedCount, ProvidedRuntime, ProvidedThreshold, ProvidedUpperBound, llvm::report_fatal_error(), llvm::LoopStandardAnalysisResults::SE, tryToUnrollLoop(), and llvm::LoopStandardAnalysisResults::TTI.
Definition at line 22 of file LoopUnrollPass.h.
Referenced by run().
Definition at line 20 of file LoopUnrollPass.h.
Referenced by run().
Definition at line 23 of file LoopUnrollPass.h.
Referenced by run().
Definition at line 21 of file LoopUnrollPass.h.
Referenced by run().
Definition at line 24 of file LoopUnrollPass.h.
Referenced by run().
1.8.6