Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:PGOReader

812   llvm::IndexedInstrProfReader *PGOReader = CGM.getPGOReader();
813 if (!InstrumentRegions && !PGOReader)
839 if (PGOReader) {
841 loadRegionCounts(PGOReader, SM.isInMainFile(D->getLocation()));
843 applyFunctionAttributes(PGOReader, Fn);
877 CodeGenPGO::applyFunctionAttributes(llvm::IndexedInstrProfReader *PGOReader,
882 uint64_t MaxFunctionCount = PGOReader->getMaximumFunctionCount();
916 void CodeGenPGO::loadRegionCounts(llvm::IndexedInstrProfReader *PGOReader,
921 if (PGOReader->getFunctionCounts(getFuncName(), Hash, *RegionCounts)) {