Searched refs:Fname (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/ |
H A D | SampleProfReader.h | 423 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 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 | 967 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 D | LegacyPassManager.cpp | 163 &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 D | SampleProfReader.cpp | 1824 SampleProfileReaderItaniumRemapper::lookUpNameInProfile(StringRef Fname) { in lookUpNameInProfile() argument 1825 if (auto Key = Remappings->lookup(Fname)) in lookUpNameInProfile()
|