Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp81 DuplicationThreshold("callsite-splitting-duplication-threshold", cl::Hidden, variable
214 if (Cost >= DuplicationThreshold) in canSplitCallSite()