LLVM 22.0.0git
llvm::MergedLoadStoreMotionOptions Struct Reference

#include "llvm/Transforms/Scalar/MergedLoadStoreMotion.h"

Public Member Functions

 MergedLoadStoreMotionOptions (bool SplitFooterBB=false)
MergedLoadStoreMotionOptionssplitFooterBB (bool SFBB)

Public Attributes

bool SplitFooterBB

Detailed Description

Definition at line 31 of file MergedLoadStoreMotion.h.

Constructor & Destructor Documentation

◆ MergedLoadStoreMotionOptions()

llvm::MergedLoadStoreMotionOptions::MergedLoadStoreMotionOptions ( bool SplitFooterBB = false)
inline

Definition at line 33 of file MergedLoadStoreMotion.h.

References SplitFooterBB.

Referenced by splitFooterBB().

Member Function Documentation

◆ splitFooterBB()

MergedLoadStoreMotionOptions & llvm::MergedLoadStoreMotionOptions::splitFooterBB ( bool SFBB)
inline

Definition at line 36 of file MergedLoadStoreMotion.h.

References MergedLoadStoreMotionOptions(), and SplitFooterBB.

Member Data Documentation

◆ SplitFooterBB

bool llvm::MergedLoadStoreMotionOptions::SplitFooterBB

Definition at line 32 of file MergedLoadStoreMotion.h.

Referenced by MergedLoadStoreMotionOptions(), and splitFooterBB().


The documentation for this struct was generated from the following file: