Searched refs:FContext (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 63 void SampleProfileReader::dumpFunctionProfile(SampleContext FContext, in dumpFunctionProfile() argument 65 OS << "Function: " << FContext.toString() << ": " << Profiles[FContext]; in dumpFunctionProfile() 353 SampleContext FContext(FName, CSNameTable); in readImpl() local 354 if (FContext.hasContext()) in readImpl() 356 Profiles[FContext] = FunctionSamples(); in readImpl() 357 FunctionSamples &FProfile = Profiles[FContext]; in readImpl() 358 FProfile.setContext(FContext); in readImpl() 667 ErrorOr<SampleContext> FContext(readSampleContextFromTable()); in readFuncProfile() local 668 if (std::error_code EC = FContext.getError()) in readFuncProfile() 671 Profiles[*FContext] = FunctionSamples(); in readFuncProfile() [all …]
|
| H A D | SampleProf.cpp | 394 SampleContext FContext(Ret.first->first, RawContext); in trimAndMergeColdContextProfiles() local 396 FProfile.setContext(FContext); in trimAndMergeColdContextProfiles()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 1126 void setContext(const SampleContext &FContext) { Context = FContext; }
|
| H A D | SampleProfReader.h | 383 void dumpFunctionProfile(SampleContext FContext, raw_ostream &OS = dbgs());
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 579 auto &FContext = PD.first; in adjustInstrProfile() local 580 if (FContext.toString().find(FunctionSamples::UniqSuffix) != in adjustInstrProfile() 1013 SampleContext FContext = Samples.getContext(); in mergeSampleProfile() local 1014 MergeResult(Result, ProfileMap[FContext].merge(Samples, Input.Weight)); in mergeSampleProfile() 1018 FContext.toString()); in mergeSampleProfile()
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl09.rst | 259 DIScope *FContext = Unit; 263 FContext, P.getName(), StringRef(), Unit, LineNo,
|