Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp545 class MergedLoadStoreMotionLegacyPass : public FunctionPass { class
548 MergedLoadStoreMotionLegacyPass() : FunctionPass(ID) { in MergedLoadStoreMotionLegacyPass() function in __anon83862c0b0211::MergedLoadStoreMotionLegacyPass
575 char MergedLoadStoreMotionLegacyPass::ID = 0;
582 return new MergedLoadStoreMotionLegacyPass(); in createMergedLoadStoreMotionPass()
585 INITIALIZE_PASS_BEGIN(MergedLoadStoreMotionLegacyPass, "mldst-motion",
589 INITIALIZE_PASS_END(MergedLoadStoreMotionLegacyPass, "mldst-motion", in INITIALIZE_PASS_DEPENDENCY()