Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h150 StringRef CanonFName = FunctionSamples::getCanonicalFnName(F); in getFlattenedSamplesFor() local
151 return getFlattenedSamplesFor(FunctionId(CanonFName)); in getFlattenedSamplesFor()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp703 StringRef CanonFName = FunctionSamples::getCanonicalFnName(F.getName()); in findFunctionsWithoutProfile() local
711 if (NamesInProfile.count(CanonFName)) in findFunctionsWithoutProfile()
716 if (PSL && PSL->contains(CanonFName)) in findFunctionsWithoutProfile()
719 LLVM_DEBUG(dbgs() << "Function " << CanonFName in findFunctionsWithoutProfile()
721 FunctionsWithoutProfile[FunctionId(CanonFName)] = &F; in findFunctionsWithoutProfile()