Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1074 enum MatchStatus { MS_Match, MS_FirstUnique, MS_SecondUnique, MS_None }; enum
1105 MatchStatus getMatchStatus() const { return Status; } in getMatchStatus()
1115 MatchStatus Status;
1291 double &Difference, MatchStatus Status);
1298 double &Difference, MatchStatus Status);
1412 SampleOverlapStats &FuncOverlap, double &Difference, MatchStatus Status) { in updateOverlapStatsForFunction()
1434 double &Difference, MatchStatus Status) { in updateForUnmatchedCallee()
1494 MatchStatus CallsiteStepStatus = CallsiteIterStep.getMatchStatus(); in computeSampleFunctionInternalOverlap()
1517 MatchStatus CalleeStepStatus = CalleeIterStep.getMatchStatus(); in computeSampleFunctionInternalOverlap()