Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DMergedLoadStoreMotion.h32 bool SplitFooterBB; member
33 MergedLoadStoreMotionOptions(bool SplitFooterBB = false)
34 : SplitFooterBB(SplitFooterBB) {} in SplitFooterBB() function
37 SplitFooterBB = SFBB; in splitFooterBB()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp105 const bool SplitFooterBB; member in __anonb6db5b0a0111::MergedLoadStoreMotion
107 MergedLoadStoreMotion(bool SplitFooterBB) : SplitFooterBB(SplitFooterBB) {} in MergedLoadStoreMotion() argument
315 if (!SplitFooterBB && TailBB->hasNPredecessorsOrMore(3)) in mergeStores()
382 MergedLoadStoreMotion Impl(Options.SplitFooterBB); in run()
388 if (!Options.SplitFooterBB) in run()
398 OS << (Options.SplitFooterBB ? "" : "no-") << "split-footer-bb"; in printPipeline()