Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp104 static cl::opt<int> MaxLdStGlue("ldstmemcpy-glue-max", variable
6540 unsigned GluedLdStLimit = MaxLdStGlue == 0 ? in getMemcpyLoadsAndStores()
6541 TLI.getMaxGluedStoresPerMemcpy() : MaxLdStGlue; in getMemcpyLoadsAndStores()