Searched refs:Fname (Results 1 – 5 of 5) sorted by relevance
411 FunctionSamples *getSamplesFor(StringRef Fname) { in getSamplesFor() argument412 auto It = Profiles.find(FunctionId(Fname)); in getSamplesFor()417 if (auto NameInProfile = Remapper->lookUpNameInProfile(Fname)) { in getSamplesFor()
202 static void ReplaceFPIntrinsicWithCall(CallInst *CI, const char *Fname, in ReplaceFPIntrinsicWithCall() argument208 ReplaceCallWith(Fname, CI, CI->arg_begin(), CI->arg_end(), in ReplaceFPIntrinsicWithCall()
1086 std::string Fname = std::string(F.getName()); in emitInstrCountChangedRemark() local1091 auto It = FunctionToInstrCount.find(Fname); in emitInstrCountChangedRemark()
164 &PassName](StringRef Fname) { in emitInstrCountChangedRemark() argument166 std::pair<unsigned, unsigned> &Change = FunctionToInstrCount[Fname]; in emitInstrCountChangedRemark()184 << DiagnosticInfoOptimizationBase::Argument("Function", Fname) in emitInstrCountChangedRemark()
1790 SampleProfileReaderItaniumRemapper::lookUpNameInProfile(StringRef Fname) { in lookUpNameInProfile() argument1791 if (auto Key = Remappings->lookup(Fname)) { in lookUpNameInProfile()