struct LoopVerifierPass
Declaration
struct LoopVerifierPass : public PassInfoMixin { /* full declaration omitted */ };
Description
Verifier pass for the \c LoopAnalysis results.
Declared at: llvm/include/llvm/Analysis/LoopInfo.h:1214
Inherits from: PassInfoMixin
Method Overview
- public llvm::PreservedAnalyses run(llvm::Function & F, llvm::FunctionAnalysisManager & AM)
Methods
ΒΆllvm::PreservedAnalyses run(
llvm::Function& F,
llvm::FunctionAnalysisManager& AM)
llvm::PreservedAnalyses run(
llvm::Function& F,
llvm::FunctionAnalysisManager& AM)
Declared at: llvm/include/llvm/Analysis/LoopInfo.h:1215