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.cpp1792 enum MatchStatus { MS_Match, MS_FirstUnique, MS_SecondUnique, MS_None }; enum
1823 MatchStatus getMatchStatus() const { return Status; } in getMatchStatus()
1833 MatchStatus Status;
2012 double &Difference, MatchStatus Status);
2019 double &Difference, MatchStatus Status);
2133 SampleOverlapStats &FuncOverlap, double &Difference, MatchStatus Status) { in updateOverlapStatsForFunction()
2155 double &Difference, MatchStatus Status) { in updateForUnmatchedCallee()
2215 MatchStatus CallsiteStepStatus = CallsiteIterStep.getMatchStatus(); in computeSampleFunctionInternalOverlap()
2238 MatchStatus CalleeStepStatus = CalleeIterStep.getMatchStatus(); in computeSampleFunctionInternalOverlap()