Lines Matching defs:Correlator
654 const InstrProfCorrelator *Correlator,
734 InstrProfReader::create(Input.Filename, *FS, Correlator, Warn);
930 std::unique_ptr<InstrProfCorrelator> Correlator;
933 .moveInto(Correlator))
935 if (auto Err = Correlator->correlateProfileData(MaxDbgCorrelationWarnings))
956 loadInput(Input, Remapper, Correlator.get(), ProfiledBinary,
964 Pool.async(loadInput, Input, Remapper, Correlator.get(), ProfiledBinary,
3218 std::unique_ptr<InstrProfCorrelator> Correlator;
3221 .moveInto(Correlator))
3224 if (auto Err = Correlator->dumpYaml(MaxDbgCorrelationWarnings, OS))
3229 if (auto Err = Correlator->correlateProfileData(MaxDbgCorrelationWarnings))
3234 StringRef(Correlator->getNamesPointer(), Correlator->getNamesSize())))
3243 << Twine::utohexstr(Correlator->getCountersSectionSize()) << " bytes\n";
3244 OS << "Found " << Correlator->getDataSize() << " functions\n";