LLVM 22.0.0git
llvm::LoopVersioningPass Class Reference

Expose LoopVersioning as a pass. More...

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

Inheritance diagram for llvm::LoopVersioningPass:
[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 155 of file LoopVersioning.h.

Member Function Documentation

◆ run()


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