Searched refs:SplitFooterBB (Results 1 – 6 of 6) sorted by relevance
109 const bool SplitFooterBB; member in __anon31a9228e0111::MergedLoadStoreMotion111 MergedLoadStoreMotion(bool SplitFooterBB) : SplitFooterBB(SplitFooterBB) {} in MergedLoadStoreMotion() argument300 if (!SplitFooterBB && TailBB->hasNPredecessorsOrMore(3)) in mergeStores()371 const bool SplitFooterBB; member in __anon31a9228e0211::MergedLoadStoreMotionLegacyPass374 MergedLoadStoreMotionLegacyPass(bool SplitFooterBB = false) in MergedLoadStoreMotionLegacyPass() argument375 : FunctionPass(ID), SplitFooterBB(SplitFooterBB) { in MergedLoadStoreMotionLegacyPass()386 MergedLoadStoreMotion Impl(SplitFooterBB); in runOnFunction()392 if (!SplitFooterBB) in getAnalysisUsage()405 FunctionPass *llvm::createMergedLoadStoreMotionPass(bool SplitFooterBB) { in createMergedLoadStoreMotionPass() argument406 return new MergedLoadStoreMotionLegacyPass(SplitFooterBB); in createMergedLoadStoreMotionPass()[all …]
109 const bool SplitFooterBB; member in __anon43e957fa0111::MergedLoadStoreMotion111 MergedLoadStoreMotion(bool SplitFooterBB) : SplitFooterBB(SplitFooterBB) {} in MergedLoadStoreMotion() argument300 if (!SplitFooterBB && TailBB->hasNPredecessorsOrMore(3)) in mergeStores()367 const bool SplitFooterBB; member in __anon43e957fa0211::MergedLoadStoreMotionLegacyPass370 MergedLoadStoreMotionLegacyPass(bool SplitFooterBB = false) in MergedLoadStoreMotionLegacyPass() argument371 : FunctionPass(ID), SplitFooterBB(SplitFooterBB) { in MergedLoadStoreMotionLegacyPass()382 MergedLoadStoreMotion Impl(SplitFooterBB); in runOnFunction()388 if (!SplitFooterBB) in getAnalysisUsage()401 FunctionPass *llvm::createMergedLoadStoreMotionPass(bool SplitFooterBB) { in createMergedLoadStoreMotionPass() argument402 return new MergedLoadStoreMotionLegacyPass(SplitFooterBB); in createMergedLoadStoreMotionPass()[all …]
31 bool SplitFooterBB; member32 MergedLoadStoreMotionOptions(bool SplitFooterBB = false)33 : SplitFooterBB(SplitFooterBB) {} in SplitFooterBB() function36 SplitFooterBB = SFBB; in splitFooterBB()
313 FunctionPass *createMergedLoadStoreMotionPass(bool SplitFooterBB = false);
316 FunctionPass *createMergedLoadStoreMotionPass(bool SplitFooterBB = false);