LLVM 19.0.0git
Public Member Functions | List of all members
llvm::LoopVersioningPass Class Reference

Expose LoopVersioning as a pass. More...

#include "llvm/Transforms/Utils/LoopVersioning.h"

Inheritance diagram for llvm::LoopVersioningPass:
Inheritance graph
[legend]

Public Member Functions

PreservedAnalyses run (Function &F, FunctionAnalysisManager &FAM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< LoopVersioningPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Additional Inherited Members

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

Detailed Description

Expose LoopVersioning as a pass.

Currently this is only used for unit-testing. It adds all memchecks necessary to remove all may-aliasing array accesses from the loop.

Definition at line 150 of file LoopVersioning.h.

Member Function Documentation

◆ run()

PreservedAnalyses LoopVersioningPass::run ( Function F,
FunctionAnalysisManager FAM 
)

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