Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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.cpp1086 std::string Fname = std::string(F.getName()); in emitInstrCountChangedRemark() local
1091 auto It = FunctionToInstrCount.find(Fname); in emitInstrCountChangedRemark()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1790 SampleProfileReaderItaniumRemapper::lookUpNameInProfile(StringRef Fname) { in lookUpNameInProfile() argument
1791 if (auto Key = Remappings->lookup(Fname)) { in lookUpNameInProfile()