Home
last modified time | relevance | path

Searched refs:FContext (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp63 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 DSampleProf.cpp394 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 DSampleProf.h1126 void setContext(const SampleContext &FContext) { Context = FContext; }
H A DSampleProfReader.h383 void dumpFunctionProfile(SampleContext FContext, raw_ostream &OS = dbgs());
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp1251 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 Dllvm-profdata.cpp579 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 DLangImpl09.rst259 DIScope *FContext = Unit;
263 FContext, P.getName(), StringRef(), Unit, LineNo,