Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h108 struct CorrelationData { struct
114 friend struct yaml::MappingTraits<CorrelationData>; argument
150 InstrProfCorrelator::CorrelationData *Data = nullptr) = 0;
221 InstrProfCorrelator::CorrelationData *Data = nullptr) override;
243 InstrProfCorrelator::CorrelationData *Data = nullptr) override;
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp219 template <> struct yaml::MappingTraits<InstrProfCorrelator::CorrelationData> {
221 InstrProfCorrelator::CorrelationData &Data) { in mapping()
245 InstrProfCorrelator::CorrelationData Data; in dumpYaml()
327 int MaxWarnings, InstrProfCorrelator::CorrelationData *Data) { in correlateProfileDataImpl()
442 int MaxWarnings, InstrProfCorrelator::CorrelationData *CorrelateData) { in correlateProfileDataImpl()