Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1615 StringMap<const FunctionSamples *> BaseFuncProf; in computeSampleProfileOverlap() local
1618 BaseFuncProf.try_emplace(BaseFunc.second.getNameWithContext(), in computeSampleProfileOverlap()
1621 ProfOverlap.UnionCount = BaseFuncProf.size(); in computeSampleProfileOverlap()
1632 const auto Match = BaseFuncProf.find(FuncOverlap.TestName); in computeSampleProfileOverlap()
1633 if (Match == BaseFuncProf.end()) { in computeSampleProfileOverlap()
1675 BaseFuncProf.erase(Match); in computeSampleProfileOverlap()
1683 (Match != BaseFuncProf.end() && in computeSampleProfileOverlap()
1685 (Match != BaseFuncProf.end() && !FuncFilter.NameFilter.empty() && in computeSampleProfileOverlap()
1701 for (const auto &F : BaseFuncProf) { in computeSampleProfileOverlap()