LLVM  4.0.0
Public Member Functions | List of all members
llvm::LoopDeletionPass Class Reference

#include <LoopDeletion.h>

Inheritance diagram for llvm::LoopDeletionPass:
[legend]
Collaboration diagram for llvm::LoopDeletionPass:
[legend]

Public Member Functions

 LoopDeletionPass ()
 
PreservedAnalyses run (Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U)
 
bool runImpl (Loop *L, DominatorTree &DT, ScalarEvolution &SE, LoopInfo &loopInfo)
 Remove dead loops, by which we mean loops that do not impact the observable behavior of the program other than finite running time. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< LoopDeletionPass >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

Definition at line 24 of file LoopDeletion.h.

Constructor & Destructor Documentation

llvm::LoopDeletionPass::LoopDeletionPass ( )
inline

Definition at line 26 of file LoopDeletion.h.

Member Function Documentation

PreservedAnalyses LoopDeletionPass::run ( Loop L,
LoopAnalysisManager AM,
LoopStandardAnalysisResults AR,
LPMUpdater U 
)
bool LoopDeletionPass::runImpl ( Loop L,
DominatorTree DT,
ScalarEvolution SE,
LoopInfo loopInfo 
)

The documentation for this class was generated from the following files: