Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp345 class MergedLoadStoreMotionLegacyPass : public FunctionPass { class
348 MergedLoadStoreMotionLegacyPass() : FunctionPass(ID) { in MergedLoadStoreMotionLegacyPass() function in __anon7493138f0211::MergedLoadStoreMotionLegacyPass
371 char MergedLoadStoreMotionLegacyPass::ID = 0;
378 return new MergedLoadStoreMotionLegacyPass(); in createMergedLoadStoreMotionPass()
381 INITIALIZE_PASS_BEGIN(MergedLoadStoreMotionLegacyPass, "mldst-motion",
384 INITIALIZE_PASS_END(MergedLoadStoreMotionLegacyPass, "mldst-motion", in INITIALIZE_PASS_DEPENDENCY()