Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h423 virtual FunctionSamples *getSamplesFor(StringRef Fname) { in getSamplesFor() argument
425 Fname = getRepInFormat(Fname, useMD5(), FGUID); in getSamplesFor()
426 auto It = Profiles.find(Fname); in getSamplesFor()
431 if (auto NameInProfile = Remapper->lookUpNameInProfile(Fname)) { in getSamplesFor()
/openbsd/gnu/llvm/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.cpp967 std::string Fname = std::string(F.getName()); in emitInstrCountChangedRemark() local
972 auto It = FunctionToInstrCount.find(Fname); in emitInstrCountChangedRemark()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DLegacyPassManager.cpp163 &PassName](StringRef Fname) { in emitInstrCountChangedRemark() argument
165 std::pair<unsigned, unsigned> &Change = FunctionToInstrCount[Fname]; in emitInstrCountChangedRemark()
183 << DiagnosticInfoOptimizationBase::Argument("Function", Fname) in emitInstrCountChangedRemark()
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1824 SampleProfileReaderItaniumRemapper::lookUpNameInProfile(StringRef Fname) { in lookUpNameInProfile() argument
1825 if (auto Key = Remappings->lookup(Fname)) in lookUpNameInProfile()