Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp83 DuplicationThreshold("callsite-splitting-duplication-threshold", cl::Hidden, variable
216 if (Cost >= DuplicationThreshold) in canSplitCallSite()