Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DScalar.h322 FunctionPass *createMergedLoadStoreMotionPass(bool SplitFooterBB = false);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/
H A DLinkAllPasses.h186 (void) llvm::createMergedLoadStoreMotionPass(); in ForcePassLinking()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalar.cpp166 unwrap(PM)->add(createMergedLoadStoreMotionPass()); in LLVMAddMergedLoadStoreMotionPass()
H A DMergedLoadStoreMotion.cpp401 FunctionPass *llvm::createMergedLoadStoreMotionPass(bool SplitFooterBB) { in createMergedLoadStoreMotionPass() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp488 MPM.add(createMergedLoadStoreMotionPass()); // Merge ld/st in diamonds in addFunctionSimplificationPasses()
1125 PM.add(createMergedLoadStoreMotionPass()); // Merge ld/st in diamonds. in addLTOOptimizationPasses()