Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp356 if (FContext.hasContext()) in readImpl()
547 auto FContext(readContextFromTable(&Idx)); in readSampleContextFromTable() local
550 Context = SampleContext(*FContext); in readSampleContextFromTable()
665 auto &[FContext, Hash] = *FContextHash; in readFuncProfile()
669 FProfile.setContext(FContext); in readFuncProfile()
672 if (FContext.hasContext()) in readFuncProfile()
824 auto &[FContext, Hash] = *FContextHash; in readFuncOffsetTable()
896 CommonContext = &FContext; in readFuncProfiles()
899 if (CommonContext == &FContext || in readFuncProfiles()
1253 auto &[FContext, Hash] = *FContextHash; in readFuncMetadata()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1187 void setContext(const SampleContext &FContext) { Context = FContext; }
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1052 auto &FContext = PD.second.getContext(); in adjustInstrProfile() local
1053 if (FContext.toString().find(FunctionSamples::UniqSuffix) != in adjustInstrProfile()
1486 SampleContext FContext = Samples.getContext(); in mergeSampleProfile() local
1487 MergeResult(Result, ProfileMap[FContext].merge(Samples, Input.Weight)); in mergeSampleProfile()
1491 FContext.toString()); in mergeSampleProfile()