Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h50 RecoveredMismatch = 5, enumerator
185 State == MatchState::RecoveredMismatch || in isFinalState()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp504 It->second = MatchState::RecoveredMismatch; in recordCallsiteMatchStates()
575 else if (State == MatchState::RecoveredMismatch) in countMismatchedCallsiteSamples()
619 else if (I.second == MatchState::RecoveredMismatch) in countMismatchCallsites()