Searched refs:Fname (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfReader.h | 397 virtual FunctionSamples *getSamplesFor(StringRef Fname) { in getSamplesFor() argument 399 Fname = getRepInFormat(Fname, useMD5(), FGUID); in getSamplesFor() 400 auto It = Profiles.find(Fname); in getSamplesFor() 405 if (auto NameInProfile = Remapper->lookUpNameInProfile(Fname)) { in getSamplesFor()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 940 std::string Fname = std::string(F.getName()); in emitInstrCountChangedRemark() local 945 auto It = FunctionToInstrCount.find(Fname); in emitInstrCountChangedRemark()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | LegacyPassManager.cpp | 168 &PassName](StringRef Fname) { in emitInstrCountChangedRemark() argument 170 std::pair<unsigned, unsigned> &Change = FunctionToInstrCount[Fname]; in emitInstrCountChangedRemark() 188 << DiagnosticInfoOptimizationBase::Argument("Function", Fname) in emitInstrCountChangedRemark()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 1567 SampleProfileReaderItaniumRemapper::lookUpNameInProfile(StringRef Fname) { in lookUpNameInProfile() argument 1568 if (auto Key = Remappings->lookup(Fname)) in lookUpNameInProfile()
|