Lines Matching defs:Correlator
688 const InstrProfCorrelator *Correlator, const StringRef ProfiledBinary,
783 auto ReaderOrErr = InstrProfReader::create(Input.Filename, *FS, Correlator,
987 std::unique_ptr<InstrProfCorrelator> Correlator;
990 .moveInto(Correlator))
992 if (auto Err = Correlator->correlateProfileData(MaxDbgCorrelationWarnings))
1032 loadInput(Input, Remapper, Correlator.get(), ProfiledBinary,
1040 Pool.async(loadInput, Input, Remapper, Correlator.get(), ProfiledBinary,
3317 std::unique_ptr<InstrProfCorrelator> Correlator;
3320 .moveInto(Correlator))
3323 if (auto Err = Correlator->dumpYaml(MaxDbgCorrelationWarnings, OS))
3328 if (auto Err = Correlator->correlateProfileData(MaxDbgCorrelationWarnings))
3333 StringRef(Correlator->getNamesPointer(), Correlator->getNamesSize())))
3342 << Twine::utohexstr(Correlator->getCountersSectionSize()) << " bytes\n";
3343 OS << "Found " << Correlator->getDataSize() << " functions\n";