class MergedLoadStoreMotionPass

Declaration

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

Description

A CRTP mix-in to automatically provide informational APIs needed for passes. This provides some boilerplate for types that are passes.

Declared at: llvm/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h:41

Inherits from: PassInfoMixin

Method Overview

Methods

MergedLoadStoreMotionPass()

Declared at: llvm/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h:46

MergedLoadStoreMotionPass(
    const llvm::MergedLoadStoreMotionOptions&
        PassOptions)

Declared at: llvm/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h:48

Parameters

const llvm::MergedLoadStoreMotionOptions& PassOptions

llvm::PreservedAnalyses run(
    llvm::Function& F,
    llvm::FunctionAnalysisManager& AM)

Declared at: llvm/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h:50

Parameters

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