Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp66 static cl::opt<bool> EnableMemCpyOptWithoutLibcalls( variable
643 (EnableMemCpyOptWithoutLibcalls || in processStoreOfLoad()
786 if (!(TLI->has(LibFunc_memset) || EnableMemCpyOptWithoutLibcalls)) in processStore()