Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp96 static cl::opt<int> MaxLdStGlue("ldstmemcpy-glue-max", variable
5428 unsigned GluedLdStLimit = MaxLdStGlue == 0 ? in getMemcpyLoadsAndStores()
5429 TLI.getMaxGluedStoresPerMemcpy() : MaxLdStGlue; in getMemcpyLoadsAndStores()