Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2278 double WeightDistance = std::fabs(BaseFrac - TestFrac); in weightForFuncSimilarity() local
2281 return FuncInternalSimilarity * (1 - WeightDistance); in weightForFuncSimilarity()