Searched refs:createMergedLoadStoreMotionPass (Results 1 – 7 of 7) sorted by relevance
314 FunctionPass *createMergedLoadStoreMotionPass(bool SplitFooterBB = false);
91 FPM->add(createMergedLoadStoreMotionPass()); in doInitialization()
179 (void) llvm::createMergedLoadStoreMotionPass(); in ForcePassLinking()
161 unwrap(PM)->add(createMergedLoadStoreMotionPass()); in LLVMAddMergedLoadStoreMotionPass()
397 FunctionPass *llvm::createMergedLoadStoreMotionPass(bool SplitFooterBB) { in createMergedLoadStoreMotionPass() function in llvm
44 (** See [llvm::createMergedLoadStoreMotionPass] function. *)
410 MPM.add(createMergedLoadStoreMotionPass()); // Merge ld/st in diamonds in addFunctionSimplificationPasses()