Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h42 InitialMatch = 1, enumerator
178 return State == MatchState::InitialMatch || in isInitialState()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp499 CallsiteMatchStates.emplace(ProfileLoc, MatchState::InitialMatch); in recordCallsiteMatchStates()
501 if (It->second == MatchState::InitialMatch) in recordCallsiteMatchStates()
522 else if (It->second == MatchState::InitialMatch) in recordCallsiteMatchStates()