Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1888 enum MatchStatus { MS_Match, MS_FirstUnique, MS_SecondUnique, MS_None }; enum
1919 MatchStatus getMatchStatus() const { return Status; } in getMatchStatus()
1929 MatchStatus Status;
2108 double &Difference, MatchStatus Status);
2115 double &Difference, MatchStatus Status);
2229 SampleOverlapStats &FuncOverlap, double &Difference, MatchStatus Status) { in updateOverlapStatsForFunction()
2251 double &Difference, MatchStatus Status) { in updateForUnmatchedCallee()
2311 MatchStatus CallsiteStepStatus = CallsiteIterStep.getMatchStatus(); in computeSampleFunctionInternalOverlap()
2334 MatchStatus CalleeStepStatus = CalleeIterStep.getMatchStatus(); in computeSampleFunctionInternalOverlap()