Searched refs:Fname (Results 1 – 7 of 7) sorted by relevance
131 for (const auto &Fname : ContextRoots) { in CtxInstrumentationLowerer() local132 if (const auto *F = M.getFunction(Fname)) { in CtxInstrumentationLowerer()135 auto *G = M.getOrInsertGlobal(Fname + "_ctx_root", ContextRootTy); in CtxInstrumentationLowerer()144 "The function " + Fname + in CtxInstrumentationLowerer()
143 FunctionSamples *getFlattenedSamplesFor(const FunctionId &Fname) { in getFlattenedSamplesFor() argument144 auto It = FlattenedProfiles.find(Fname); in getFlattenedSamplesFor()
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()
1094 std::string Fname = std::string(F.getName()); in emitInstrCountChangedRemark() local1099 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()
1791 SampleProfileReaderItaniumRemapper::lookUpNameInProfile(StringRef Fname) { in lookUpNameInProfile() argument1792 if (auto Key = Remappings->lookup(Fname)) { in lookUpNameInProfile()