Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp24 static cl::opt<unsigned> FuncProfileSimilarityThreshold( variable
840 return Similarity * 100 > FuncProfileSimilarityThreshold; in functionMatchesProfileHelper()