Searched refs:createMergedLoadStoreMotionPass (Results 1 – 6 of 6) sorted by relevance
314 FunctionPass *createMergedLoadStoreMotionPass(bool SplitFooterBB = false);
185 (void) llvm::createMergedLoadStoreMotionPass(); in ForcePassLinking()
165 unwrap(PM)->add(createMergedLoadStoreMotionPass()); in LLVMAddMergedLoadStoreMotionPass()
401 FunctionPass *llvm::createMergedLoadStoreMotionPass(bool SplitFooterBB) { in createMergedLoadStoreMotionPass() function in llvm
44 (** See [llvm::createMergedLoadStoreMotionPass] function. *)
478 MPM.add(createMergedLoadStoreMotionPass()); // Merge ld/st in diamonds in addFunctionSimplificationPasses()1108 PM.add(createMergedLoadStoreMotionPass()); // Merge ld/st in diamonds. in addLTOOptimizationPasses()