Searched refs:FContext (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 64 OS << "Function: " << FContext.toString() << ": " << Profiles[FContext]; in dumpFunctionProfile() 280 if (FContext.hasContext()) in readImpl() 284 FProfile.setContext(FContext); in readImpl() 599 FProfile.setContext(*FContext); in readFuncProfile() 602 if (FContext->hasContext()) in readFuncProfile() 637 return SampleContext(*FContext); in readSampleContextFromTable() 747 FuncOffsetTable[*FContext] = *Offset; in readFuncOffsetTable() 799 auto FName = FContext.getName(); in readFuncProfiles() 807 CommonContext = &FContext; in readFuncProfiles() 810 if (CommonContext == &FContext || in readFuncProfiles() [all …]
|
| H A D | SampleProf.cpp | 394 SampleContext FContext(Ret.first->first, RawContext); in trimAndMergeColdContextProfiles() local 396 FProfile.setContext(FContext); in trimAndMergeColdContextProfiles()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 584 auto &FContext = PD.first; in adjustInstrProfile() local 586 auto It = InstrProfileMap.find(FContext.toString()); in adjustInstrProfile() 795 SampleContext FContext = Samples.getContext(); in mergeSampleProfile() local 796 MergeResult(Result, ProfileMap[FContext].merge(Samples, Input.Weight)); in mergeSampleProfile() 800 FContext.toString()); in mergeSampleProfile()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 1114 void setContext(const SampleContext &FContext) { Context = FContext; }
|
| H A D | SampleProfReader.h | 383 void dumpFunctionProfile(SampleContext FContext, raw_ostream &OS = dbgs());
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/ |
| H A D | toy.cpp | 1251 DIScope *FContext = Unit; in codegen() local 1255 FContext, P.getName(), StringRef(), Unit, LineNo, in codegen()
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl09.rst | 259 DIScope *FContext = Unit; 263 FContext, P.getName(), StringRef(), Unit, LineNo,
|