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

Performs basic CFG simplifications to assist other loop passes. More...

#include <LoopSimplifyCFG.h>

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

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...
 

Detailed Description

Performs basic CFG simplifications to assist other loop passes.

Definition at line 27 of file LoopSimplifyCFG.h.

Member Function Documentation

PreservedAnalyses LoopSimplifyCFGPass::run ( Loop L,
LoopAnalysisManager AM,
LoopStandardAnalysisResults AR,
LPMUpdater U 
)

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