class LoopSimplifyCFGPass

Declaration

class LoopSimplifyCFGPass : public PassInfoMixin { /* full declaration omitted */ };

Description

Performs basic CFG simplifications to assist other loop passes.

Declared at: llvm/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h:28

Inherits from: PassInfoMixin

Method Overview

  • public llvm::PreservedAnalyses run(llvm::Loop & L, llvm::LoopAnalysisManager & AM, llvm::LoopStandardAnalysisResults & AR, llvm::LPMUpdater & U)

Methods

ΒΆllvm::PreservedAnalyses run(
    llvm::Loop& L,
    llvm::LoopAnalysisManager& AM,
    llvm::LoopStandardAnalysisResults& AR,
    llvm::LPMUpdater& U)

Declared at: llvm/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h:30

Parameters

llvm::Loop& L
llvm::LoopAnalysisManager& AM
llvm::LoopStandardAnalysisResults& AR
llvm::LPMUpdater& U