LLVM 22.0.0git
|
#include "llvm/Transforms/Scalar/MergedLoadStoreMotion.h"
Public Member Functions | |
MergedLoadStoreMotionOptions (bool SplitFooterBB=false) | |
MergedLoadStoreMotionOptions & | splitFooterBB (bool SFBB) |
Public Attributes | |
bool | SplitFooterBB |
Definition at line 31 of file MergedLoadStoreMotion.h.
|
inline |
Definition at line 33 of file MergedLoadStoreMotion.h.
References SplitFooterBB.
Referenced by splitFooterBB().
|
inline |
Definition at line 36 of file MergedLoadStoreMotion.h.
References MergedLoadStoreMotionOptions(), and SplitFooterBB.
bool llvm::MergedLoadStoreMotionOptions::SplitFooterBB |
Definition at line 32 of file MergedLoadStoreMotion.h.
Referenced by MergedLoadStoreMotionOptions(), and splitFooterBB().