Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1733 enum MatchStatus { MS_Match, MS_FirstUnique, MS_SecondUnique, MS_None }; enum
1764 MatchStatus getMatchStatus() const { return Status; } in getMatchStatus()
1774 MatchStatus Status;
1953 double &Difference, MatchStatus Status);
1960 double &Difference, MatchStatus Status);
2074 SampleOverlapStats &FuncOverlap, double &Difference, MatchStatus Status) { in updateOverlapStatsForFunction()
2096 double &Difference, MatchStatus Status) { in updateForUnmatchedCallee()
2156 MatchStatus CallsiteStepStatus = CallsiteIterStep.getMatchStatus(); in computeSampleFunctionInternalOverlap()
2179 MatchStatus CalleeStepStatus = CalleeIterStep.getMatchStatus(); in computeSampleFunctionInternalOverlap()