Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DMergedLoadStoreMotion.h30 struct MergedLoadStoreMotionOptions { struct
32 MergedLoadStoreMotionOptions(bool SplitFooterBB = false) argument
35 MergedLoadStoreMotionOptions &splitFooterBB(bool SFBB) { in splitFooterBB() argument
43 MergedLoadStoreMotionOptions Options;
47 : MergedLoadStoreMotionPass(MergedLoadStoreMotionOptions()) {} in MergedLoadStoreMotionPass()
48 MergedLoadStoreMotionPass(const MergedLoadStoreMotionOptions &PassOptions) in MergedLoadStoreMotionPass()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassRegistry.def358 [](MergedLoadStoreMotionOptions Opts) {