|
LLVM
4.0.0
|
Performs basic CFG simplifications to assist other loop passes. More...
#include <LoopSimplifyCFG.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< LoopSimplifyCFGPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Performs basic CFG simplifications to assist other loop passes.
Definition at line 27 of file LoopSimplifyCFG.h.
| PreservedAnalyses LoopSimplifyCFGPass::run | ( | Loop & | L, |
| LoopAnalysisManager & | AM, | ||
| LoopStandardAnalysisResults & | AR, | ||
| LPMUpdater & | U | ||
| ) |
Definition at line 67 of file LoopSimplifyCFG.cpp.
References llvm::PreservedAnalyses::all(), llvm::LoopStandardAnalysisResults::DT, llvm::getLoopPassPreservedAnalyses(), llvm::LoopStandardAnalysisResults::LI, and simplifyLoopCFG().
1.8.6