Lines Matching full:matched
252 !MatchUnusedFunction /* Find matched function only */)) in longestCommonSequence()
289 << " is matched from " << Loc << " to " << Candidate in matchNonCallsiteLocs()
294 // The locations in LastMatchedNonAnchors have been matched forwards in matchNonCallsiteLocs()
316 LLVM_DEBUG(dbgs() << "Location is matched from " << Loc << " to " in matchNonCallsiteLocs()
345 // non-anchor locations between the two anchors evenly, first half are matched
346 // based on the start anchor, second half are matched based on the end anchor.
415 // Apply the matching in place to find the new function's matched profile. in runOnFunction()
417 // it's top-level, even if the profile is matched, it's not found in the in runOnFunction()
518 // Update the state if it's not matched(UnchangedMatch or in recordCallsiteMatchStates()
546 // Even the current-level function checksum is matched, it's possible that the in countMismatchedFuncSamples()
688 << TotalProfiledFunc << ") of functions' profile are matched and (" in computeAndReportProfileStaleness()
751 // Skip declarations, as even if the function can be matched, we have in findFunctionsWithoutProfile()
855 bool Matched = functionMatchesProfileHelper(IRFunc, ProfFunc); in functionMatchesProfile() local
856 FuncProfileMatchCache[{&IRFunc, ProfFunc}] = Matched; in functionMatchesProfile()
857 if (Matched) { in functionMatchesProfile()
863 return Matched; in functionMatchesProfile()