Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1049 enum MatchStatus { MS_Match, MS_FirstUnique, MS_SecondUnique, MS_None }; enum
1080 MatchStatus getMatchStatus() const { return Status; } in getMatchStatus()
1090 MatchStatus Status;
1266 double &Difference, MatchStatus Status);
1273 double &Difference, MatchStatus Status);
1387 SampleOverlapStats &FuncOverlap, double &Difference, MatchStatus Status) { in updateOverlapStatsForFunction()
1409 double &Difference, MatchStatus Status) { in updateForUnmatchedCallee()
1469 MatchStatus CallsiteStepStatus = CallsiteIterStep.getMatchStatus(); in computeSampleFunctionInternalOverlap()
1492 MatchStatus CalleeStepStatus = CalleeIterStep.getMatchStatus(); in computeSampleFunctionInternalOverlap()