Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h397 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 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.cpp940 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 DLegacyPassManager.cpp168 &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 DSampleProfReader.cpp1567 SampleProfileReaderItaniumRemapper::lookUpNameInProfile(StringRef Fname) { in lookUpNameInProfile() argument
1568 if (auto Key = Remappings->lookup(Fname)) in lookUpNameInProfile()