Searched refs:SplitFooterBB (Results 1 – 3 of 3) sorted by relevance
105 const bool SplitFooterBB; member in __anonc05d3c3a0111::MergedLoadStoreMotion107 MergedLoadStoreMotion(bool SplitFooterBB) : SplitFooterBB(SplitFooterBB) {} in MergedLoadStoreMotion() argument296 if (!SplitFooterBB && TailBB->hasNPredecessorsOrMore(3)) in mergeStores()363 const bool SplitFooterBB; member in __anonc05d3c3a0211::MergedLoadStoreMotionLegacyPass366 MergedLoadStoreMotionLegacyPass(bool SplitFooterBB = false) in MergedLoadStoreMotionLegacyPass() argument367 : FunctionPass(ID), SplitFooterBB(SplitFooterBB) { in MergedLoadStoreMotionLegacyPass()378 MergedLoadStoreMotion Impl(SplitFooterBB); in runOnFunction()384 if (!SplitFooterBB) in getAnalysisUsage()398 return new MergedLoadStoreMotionLegacyPass(SplitFooterBB); in createMergedLoadStoreMotionPass()409 MergedLoadStoreMotion Impl(Options.SplitFooterBB); in INITIALIZE_PASS_DEPENDENCY()[all …]
32 bool SplitFooterBB; member33 MergedLoadStoreMotionOptions(bool SplitFooterBB = false)34 : SplitFooterBB(SplitFooterBB) {} in SplitFooterBB() function37 SplitFooterBB = SFBB; in splitFooterBB()
314 FunctionPass *createMergedLoadStoreMotionPass(bool SplitFooterBB = false);