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:1285

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)

Declared at: llvm/include/llvm/Analysis/LoopInfo.h:1286

Parameters

llvm::Function& F
llvm::FunctionAnalysisManager& AM