|
LLVM
4.0.0
|
Performs Loop Inst Simplify Pass. More...
#include <LoopInstSimplify.h>
Public Member Functions | |
| PreservedAnalyses | run (Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< LoopInstSimplifyPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Performs Loop Inst Simplify Pass.
Definition at line 24 of file LoopInstSimplify.h.
| PreservedAnalyses LoopInstSimplifyPass::run | ( | Loop & | L, |
| LoopAnalysisManager & | AM, | ||
| LoopStandardAnalysisResults & | AR, | ||
| LPMUpdater & | U | ||
| ) |
Definition at line 186 of file LoopInstSimplify.cpp.
References llvm::LoopStandardAnalysisResults::AC, llvm::PreservedAnalyses::all(), llvm::LoopStandardAnalysisResults::DT, llvm::getLoopPassPreservedAnalyses(), llvm::LoopStandardAnalysisResults::LI, SimplifyLoopInst(), and llvm::LoopStandardAnalysisResults::TLI.
1.8.6