Searched refs:CanonFName (Results 1 – 2 of 2) sorted by relevance
150 StringRef CanonFName = FunctionSamples::getCanonicalFnName(F); in getFlattenedSamplesFor() local151 return getFlattenedSamplesFor(FunctionId(CanonFName)); in getFlattenedSamplesFor()
703 StringRef CanonFName = FunctionSamples::getCanonicalFnName(F.getName()); in findFunctionsWithoutProfile() local711 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()