Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp66 static cl::opt<bool> EnableMemCpyOptWithoutLibcalls( variable
692 (EnableMemCpyOptWithoutLibcalls || in processStore()
790 if (!(TLI->has(LibFunc_memset) || EnableMemCpyOptWithoutLibcalls)) in processStore()