class LoopVersioningPass
Declaration
class LoopVersioningPass : public PassInfoMixin { /* full declaration omitted */ };
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.
Declared at: llvm/include/llvm/Transforms/Utils/LoopVersioning.h:150
Inherits from: PassInfoMixin
Method Overview
- public llvm::PreservedAnalyses run(llvm::Function & F, llvm::FunctionAnalysisManager & FAM)
Methods
ΒΆllvm::PreservedAnalyses run(
llvm::Function& F,
llvm::FunctionAnalysisManager& FAM)
llvm::PreservedAnalyses run(
llvm::Function& F,
llvm::FunctionAnalysisManager& FAM)
Declared at: llvm/include/llvm/Transforms/Utils/LoopVersioning.h:152