Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp109 const bool SplitFooterBB; member in __anon31a9228e0111::MergedLoadStoreMotion
111 MergedLoadStoreMotion(bool SplitFooterBB) : SplitFooterBB(SplitFooterBB) {} in MergedLoadStoreMotion() argument
300 if (!SplitFooterBB && TailBB->hasNPredecessorsOrMore(3)) in mergeStores()
371 const bool SplitFooterBB; member in __anon31a9228e0211::MergedLoadStoreMotionLegacyPass
374 MergedLoadStoreMotionLegacyPass(bool SplitFooterBB = false) in MergedLoadStoreMotionLegacyPass() argument
375 : 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() argument
406 return new MergedLoadStoreMotionLegacyPass(SplitFooterBB); in createMergedLoadStoreMotionPass()
[all …]
/external/llvm-project/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp109 const bool SplitFooterBB; member in __anon43e957fa0111::MergedLoadStoreMotion
111 MergedLoadStoreMotion(bool SplitFooterBB) : SplitFooterBB(SplitFooterBB) {} in MergedLoadStoreMotion() argument
300 if (!SplitFooterBB && TailBB->hasNPredecessorsOrMore(3)) in mergeStores()
367 const bool SplitFooterBB; member in __anon43e957fa0211::MergedLoadStoreMotionLegacyPass
370 MergedLoadStoreMotionLegacyPass(bool SplitFooterBB = false) in MergedLoadStoreMotionLegacyPass() argument
371 : 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() argument
402 return new MergedLoadStoreMotionLegacyPass(SplitFooterBB); in createMergedLoadStoreMotionPass()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DMergedLoadStoreMotion.h31 bool SplitFooterBB; member
32 MergedLoadStoreMotionOptions(bool SplitFooterBB = false)
33 : SplitFooterBB(SplitFooterBB) {} in SplitFooterBB() function
36 SplitFooterBB = SFBB; in splitFooterBB()
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DMergedLoadStoreMotion.h31 bool SplitFooterBB; member
32 MergedLoadStoreMotionOptions(bool SplitFooterBB = false)
33 : SplitFooterBB(SplitFooterBB) {} in SplitFooterBB() function
36 SplitFooterBB = SFBB; in splitFooterBB()
/external/llvm-project/llvm/include/llvm/Transforms/
DScalar.h313 FunctionPass *createMergedLoadStoreMotionPass(bool SplitFooterBB = false);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DScalar.h316 FunctionPass *createMergedLoadStoreMotionPass(bool SplitFooterBB = false);