|
LLVM
4.0.0
|
This pass is responsible for loop canonicalization. More...
#include <LoopSimplify.h>
Public Member Functions | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< LoopSimplifyPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
This pass is responsible for loop canonicalization.
Definition at line 50 of file LoopSimplify.h.
| PreservedAnalyses LoopSimplifyPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 841 of file LoopSimplify.cpp.
References llvm::PreservedAnalyses::all(), llvm::LoopInfoBase< N, M >::begin(), E, llvm::LoopInfoBase< N, M >::end(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getCachedResult(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), I, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::invalidate(), llvm::PreservedAnalyses::preserve(), and llvm::simplifyLoop().
1.8.6