Searched refs:createMergedLoadStoreMotionPass (Results 1 – 6 of 6) sorted by relevance
308 FunctionPass *createMergedLoadStoreMotionPass(bool SplitFooterBB = false);
166 (void) llvm::createMergedLoadStoreMotionPass(); in ForcePassLinking()
159 unwrap(PM)->add(createMergedLoadStoreMotionPass()); in LLVMAddMergedLoadStoreMotionPass()
404 FunctionPass *llvm::createMergedLoadStoreMotionPass(bool SplitFooterBB) { in createMergedLoadStoreMotionPass() function in llvm
169 MPM.add(createMergedLoadStoreMotionPass()); // Merge ld/st in diamonds in addFunctionSimplificationPasses()
44 (** See [llvm::createMergedLoadStoreMotionPass] function. *)