Searched refs:MergedLoadStoreMotionOptions (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DMergedLoadStoreMotion.h30 struct MergedLoadStoreMotionOptions { struct in namespace:llvm
32 MergedLoadStoreMotionOptions(bool SplitFooterBB = false) function in struct:llvm::MergedLoadStoreMotionOptions
35 MergedLoadStoreMotionOptions &splitFooterBB(bool SFBB) {
43 MergedLoadStoreMotionOptions Options;
47 : MergedLoadStoreMotionPass(MergedLoadStoreMotionOptions()) {}
48 MergedLoadStoreMotionPass(const MergedLoadStoreMotionOptions &PassOptions)

Completed in 101 milliseconds