LLVM
8.0.1
|
This pass is responsible for loop canonicalization. More...
#include "llvm/Transforms/Utils/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 788 of file LoopSimplify.cpp.
References llvm::PreservedAnalyses::all(), assert(), llvm::LoopBase< BlockT, LoopT >::begin(), llvm::LoopInfoBase< BlockT, LoopT >::begin(), E, llvm::LoopBase< BlockT, LoopT >::end(), llvm::LoopInfoBase< BlockT, LoopT >::end(), F(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getCachedResult(), llvm::LoopBase< BlockT, LoopT >::getExitingBlocks(), llvm::LoopBase< BlockT, LoopT >::getHeader(), llvm::LoopBase< BlockT, LoopT >::getLoopLatch(), llvm::LoopBase< BlockT, LoopT >::getLoopPreheader(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::LoopBase< BlockT, LoopT >::hasDedicatedExits(), I, llvm::pred_begin(), llvm::pred_end(), llvm::PreservedAnalyses::preserve(), llvm::simplifyLoop(), and llvm::SmallVectorBase::size().