Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp131 for (const auto &Fname : ContextRoots) { in CtxInstrumentationLowerer() local
132 if (const auto *F = M.getFunction(Fname)) { in CtxInstrumentationLowerer()
135 auto *G = M.getOrInsertGlobal(Fname + "_ctx_root", ContextRootTy); in CtxInstrumentationLowerer()
144 "The function " + Fname + in CtxInstrumentationLowerer()
/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/include/llvm/ProfileData/
H A DSampleProfReader.h411 FunctionSamples *getSamplesFor(StringRef Fname) { in getSamplesFor() argument
412 auto It = Profiles.find(FunctionId(Fname)); in getSamplesFor()
417 if (auto NameInProfile = Remapper->lookUpNameInProfile(Fname)) { in getSamplesFor()
/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.cpp1094 std::string Fname = std::string(F.getName()); in emitInstrCountChangedRemark() local
1099 auto It = FunctionToInstrCount.find(Fname); in emitInstrCountChangedRemark()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp164 &PassName](StringRef Fname) { in emitInstrCountChangedRemark() argument
166 std::pair<unsigned, unsigned> &Change = FunctionToInstrCount[Fname]; in emitInstrCountChangedRemark()
184 << DiagnosticInfoOptimizationBase::Argument("Function", Fname) in emitInstrCountChangedRemark()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1791 SampleProfileReaderItaniumRemapper::lookUpNameInProfile(StringRef Fname) { in lookUpNameInProfile() argument
1792 if (auto Key = Remappings->lookup(Fname)) { in lookUpNameInProfile()