Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:PGOReader

465   bool readCounters(IndexedInstrProfReader *PGOReader);
587 bool PGOUseFunc::readCounters(IndexedInstrProfReader *PGOReader) {
590 PGOReader->getInstrProfRecord(FuncInfo.FuncName, FuncInfo.FunctionHash);
630 ProgramMaxCount = PGOReader->getMaximumFunctionCount();
866 std::unique_ptr<IndexedInstrProfReader> PGOReader =
868 if (!PGOReader) {
870 StringRef("Cannot get PGOReader")));
874 if (!PGOReader->isIRLevelProfile()) {
888 if (!Func.readCounters(PGOReader.get()))
899 M.setProfileSummary(PGOReader->getSummary().getMD(M.getContext()));