Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp362 class MergedLoadStoreMotionLegacyPass : public FunctionPass { class
366 MergedLoadStoreMotionLegacyPass(bool SplitFooterBB = false) in MergedLoadStoreMotionLegacyPass() function in __anonc05d3c3a0211::MergedLoadStoreMotionLegacyPass
391 char MergedLoadStoreMotionLegacyPass::ID = 0;
398 return new MergedLoadStoreMotionLegacyPass(SplitFooterBB); in createMergedLoadStoreMotionPass()
401 INITIALIZE_PASS_BEGIN(MergedLoadStoreMotionLegacyPass, "mldst-motion",
404 INITIALIZE_PASS_END(MergedLoadStoreMotionLegacyPass, "mldst-motion", in INITIALIZE_PASS_DEPENDENCY()