Searched refs:SplitFooterBB (Results 1 – 3 of 3) sorted by relevance
105 const bool SplitFooterBB; member in __anon7282e8410111::MergedLoadStoreMotion107 MergedLoadStoreMotion(bool SplitFooterBB) : SplitFooterBB(SplitFooterBB) {} in MergedLoadStoreMotion() argument303 if (!SplitFooterBB && TailBB->hasNPredecessorsOrMore(3)) in mergeStores()370 const bool SplitFooterBB; member in __anon7282e8410211::MergedLoadStoreMotionLegacyPass373 MergedLoadStoreMotionLegacyPass(bool SplitFooterBB = false) in MergedLoadStoreMotionLegacyPass() argument374 : FunctionPass(ID), SplitFooterBB(SplitFooterBB) { in MergedLoadStoreMotionLegacyPass()385 MergedLoadStoreMotion Impl(SplitFooterBB); in runOnFunction()391 if (!SplitFooterBB) in getAnalysisUsage()404 FunctionPass *llvm::createMergedLoadStoreMotionPass(bool SplitFooterBB) { in createMergedLoadStoreMotionPass() argument405 return new MergedLoadStoreMotionLegacyPass(SplitFooterBB); in createMergedLoadStoreMotionPass()[all …]
32 bool SplitFooterBB; member33 MergedLoadStoreMotionOptions(bool SplitFooterBB = false)34 : SplitFooterBB(SplitFooterBB) {} in SplitFooterBB() function37 SplitFooterBB = SFBB; in splitFooterBB()
308 FunctionPass *createMergedLoadStoreMotionPass(bool SplitFooterBB = false);