Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDSampleProfileMatcher.h60 FuncCallsiteMatchStates; variable
137 freeContainer(FuncCallsiteMatchStates); in clearMatchingData()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSampleProfileMatcher.cpp474 FuncCallsiteMatchStates[FunctionSamples::getCanonicalFnName(F.getName())]; in recordCallsiteMatchStates()
558 auto It = FuncCallsiteMatchStates.find(FS.getFuncName()); in countMismatchedCallsiteSamples()
560 if (It == FuncCallsiteMatchStates.end() || It->second.empty()) in countMismatchedCallsiteSamples()
604 auto It = FuncCallsiteMatchStates.find(FS.getFuncName()); in countMismatchCallsites()
606 if (It == FuncCallsiteMatchStates.end() || It->second.empty()) in countMismatchCallsites()