Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp366 class MergedLoadStoreMotionLegacyPass : public FunctionPass { class
370 MergedLoadStoreMotionLegacyPass(bool SplitFooterBB = false) in MergedLoadStoreMotionLegacyPass() function in __anonb31566f50211::MergedLoadStoreMotionLegacyPass
395 char MergedLoadStoreMotionLegacyPass::ID = 0;
402 return new MergedLoadStoreMotionLegacyPass(SplitFooterBB); in createMergedLoadStoreMotionPass()
405 INITIALIZE_PASS_BEGIN(MergedLoadStoreMotionLegacyPass, "mldst-motion",
408 INITIALIZE_PASS_END(MergedLoadStoreMotionLegacyPass, "mldst-motion", in INITIALIZE_PASS_DEPENDENCY()