Home
last modified time | relevance | path

Searched refs:Fname (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h424 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 DBugSuppression.cpp142 auto Fname = SM.getFilename(DeclWithIssue->getBeginLoc()); in getDeclTimeTraceMetadata() local
143 return llvm::TimeTraceMetadata{std::move(Name), Fname.str(), in getDeclTimeTraceMetadata()
H A DCoreEngine.cpp208 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 DSampleProfileMatcher.h143 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 DPGOCtxProfLowering.cpp166 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 DIntrinsicLowering.cpp202 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 DMachineOutliner.cpp1304 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 DLegacyPassManager.cpp161 &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 DSampleProfReader.cpp1875 SampleProfileReaderItaniumRemapper::lookUpNameInProfile(StringRef Fname) { in lookUpNameInProfile() argument
1876 if (auto Key = Remappings->lookup(Fname)) { in lookUpNameInProfile()