LLVM 22.0.0git
llvm::LoopFullUnrollPass Class Reference

Loop unroll pass that only does full loop unrolling and peeling. More...

#include "llvm/Transforms/Scalar/LoopUnrollPass.h"

Inheritance diagram for llvm::LoopFullUnrollPass:
[legend]

Public Member Functions

 LoopFullUnrollPass (int OptLevel=2, bool OnlyWhenForced=false, bool ForgetSCEV=false)
PreservedAnalyses run (Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U)
Public Member Functions inherited from llvm::PassInfoMixin< LoopFullUnrollPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

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

Detailed Description

Loop unroll pass that only does full loop unrolling and peeling.

Definition at line 26 of file LoopUnrollPass.h.

Constructor & Destructor Documentation

◆ LoopFullUnrollPass()

llvm::LoopFullUnrollPass::LoopFullUnrollPass ( int OptLevel = 2,
bool OnlyWhenForced = false,
bool ForgetSCEV = false )
inlineexplicit

Definition at line 40 of file LoopUnrollPass.h.

Member Function Documentation

◆ run()


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