Home
last modified time | relevance | path

Searched refs:CorrelationData (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h113 struct CorrelationData { struct
119 friend struct yaml::MappingTraits<CorrelationData>; argument
155 InstrProfCorrelator::CorrelationData *Data = nullptr) = 0;
226 InstrProfCorrelator::CorrelationData *Data = nullptr) override;
248 InstrProfCorrelator::CorrelationData *Data = nullptr) override;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp243 template <> struct yaml::MappingTraits<InstrProfCorrelator::CorrelationData> {
245 InstrProfCorrelator::CorrelationData &Data) { in mapping()
269 InstrProfCorrelator::CorrelationData Data; in dumpYaml()
351 int MaxWarnings, InstrProfCorrelator::CorrelationData *Data) { in correlateProfileDataImpl()
466 int MaxWarnings, InstrProfCorrelator::CorrelationData *CorrelateData) { in correlateProfileDataImpl()