Home
last modified time | relevance | path

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

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