Searched refs:Fname (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfReader.h | 424 FunctionSamples *getSamplesFor(StringRef Fname) { in getSamplesFor() argument 425 auto It = Profiles.find(FunctionId(Fname)); in getSamplesFor() 430 auto R = FuncNameToProfNameMap->find(FunctionId(Fname)); in getSamplesFor() 432 Fname = R->second.stringRef(); in getSamplesFor() 433 auto It = Profiles.find(FunctionId(Fname)); in getSamplesFor() 440 if (auto NameInProfile = Remapper->lookUpNameInProfile(Fname)) { in getSamplesFor()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugSuppression.cpp | 142 auto Fname = SM.getFilename(DeclWithIssue->getBeginLoc()); in getDeclTimeTraceMetadata() local 143 return llvm::TimeTraceMetadata{std::move(Name), Fname.str(), in getDeclTimeTraceMetadata()
|
| H A D | CoreEngine.cpp | 208 auto Fname = SM.getFilename(*SLoc); in timeTraceMetadata() local 209 return llvm::TimeTraceMetadata{std::move(Detail), Fname.str(), in timeTraceMetadata()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | SampleProfileMatcher.h | 143 FunctionSamples *getFlattenedSamplesFor(const FunctionId &Fname) { in getFlattenedSamplesFor() argument 144 auto It = FlattenedProfiles.find(Fname); in getFlattenedSamplesFor()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOCtxProfLowering.cpp | 166 for (const auto &Fname : ContextRoots) { in CtxInstrumentationLowerer() local 167 if (const auto *F = M.getFunction(Fname)) { in CtxInstrumentationLowerer()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | IntrinsicLowering.cpp | 202 static void ReplaceFPIntrinsicWithCall(CallInst *CI, const char *Fname, in ReplaceFPIntrinsicWithCall() argument 208 ReplaceCallWith(Fname, CI, CI->arg_begin(), CI->arg_end(), in ReplaceFPIntrinsicWithCall()
|
| H A D | MachineOutliner.cpp | 1304 std::string Fname = std::string(F.getName()); in emitInstrCountChangedRemark() local 1309 auto It = FunctionToInstrCount.find(Fname); in emitInstrCountChangedRemark()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LegacyPassManager.cpp | 161 &PassName](StringRef Fname) { in emitInstrCountChangedRemark() argument 163 std::pair<unsigned, unsigned> &Change = FunctionToInstrCount[Fname]; in emitInstrCountChangedRemark() 181 << DiagnosticInfoOptimizationBase::Argument("Function", Fname) in emitInstrCountChangedRemark()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 1875 SampleProfileReaderItaniumRemapper::lookUpNameInProfile(StringRef Fname) { in lookUpNameInProfile() argument 1876 if (auto Key = Remappings->lookup(Fname)) { in lookUpNameInProfile()
|