Lines Matching refs:SampleProfileMatcher
437 class SampleProfileMatcher { class
463 SampleProfileMatcher(Module &M, SampleProfileReader &Reader, in SampleProfileMatcher() function in __anon254a5ace0111::SampleProfileMatcher
640 std::unique_ptr<SampleProfileMatcher> MatchingManager;
2120 std::make_unique<SampleProfileMatcher>(M, *Reader, ProbeManager.get()); in doInitialization()
2126 void SampleProfileMatcher::findIRAnchors( in findIRAnchors()
2193 void SampleProfileMatcher::countMismatchedSamples(const FunctionSamples &FS) { in countMismatchedSamples()
2208 void SampleProfileMatcher::countProfileMismatches( in countProfileMismatches()
2243 void SampleProfileMatcher::countProfileCallsiteMismatches( in countProfileCallsiteMismatches()
2293 void SampleProfileMatcher::findProfileAnchors(const FunctionSamples &FS, in findProfileAnchors()
2340 void SampleProfileMatcher::runStaleProfileMatching( in runStaleProfileMatching()
2425 void SampleProfileMatcher::runOnFunction(const Function &F) { in runOnFunction()
2468 void SampleProfileMatcher::runOnModule() { in runOnModule()
2520 void SampleProfileMatcher::distributeIRToProfileLocationMap( in distributeIRToProfileLocationMap()
2536 void SampleProfileMatcher::distributeIRToProfileLocationMap() { in distributeIRToProfileLocationMap()