Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h46 UnchangedMatch = 3, enumerator
183 return State == MatchState::UnchangedMatch || in isFinalState()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp502 It->second = MatchState::UnchangedMatch; in recordCallsiteMatchStates()