Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp473 auto &CallsiteMatchStates = in recordCallsiteMatchStates() local
497 auto It = CallsiteMatchStates.find(ProfileLoc); in recordCallsiteMatchStates()
498 if (It == CallsiteMatchStates.end()) in recordCallsiteMatchStates()
499 CallsiteMatchStates.emplace(ProfileLoc, MatchState::InitialMatch); in recordCallsiteMatchStates()
514 auto It = CallsiteMatchStates.find(Loc); in recordCallsiteMatchStates()
515 if (It == CallsiteMatchStates.end()) in recordCallsiteMatchStates()
516 CallsiteMatchStates.emplace(Loc, MatchState::InitialMismatch); in recordCallsiteMatchStates()
562 const auto &CallsiteMatchStates = It->second; in countMismatchedCallsiteSamples() local
565 auto It = CallsiteMatchStates.find(Loc); in countMismatchedCallsiteSamples()
566 if (It == CallsiteMatchStates.end()) in countMismatchedCallsiteSamples()