Lines Matching refs:PGOReader
34 llvm::IndexedInstrProfReader *PGOReader = CGM.getPGOReader(); in setFuncName() local
37 PGOReader ? PGOReader->getVersion() : llvm::IndexedInstrProf::Version); in setFuncName()
617 llvm::IndexedInstrProfReader *PGOReader = CGM.getPGOReader(); in assignRegionCounters() local
618 if (!InstrumentRegions && !PGOReader) in assignRegionCounters()
638 if (PGOReader) { in assignRegionCounters()
640 loadRegionCounts(PGOReader, SM.isInMainFile(D->getLocation())); in assignRegionCounters()
642 applyFunctionAttributes(PGOReader, Fn); in assignRegionCounters()
727 CodeGenPGO::applyFunctionAttributes(llvm::IndexedInstrProfReader *PGOReader, in applyFunctionAttributes() argument
782 llvm::IndexedInstrProfReader *PGOReader = CGM.getPGOReader(); in valueProfile() local
783 if (PGOReader && haveRegionCounts()) { in valueProfile()
801 void CodeGenPGO::loadRegionCounts(llvm::IndexedInstrProfReader *PGOReader, in loadRegionCounts() argument
806 PGOReader->getInstrProfRecord(FuncName, FunctionHash); in loadRegionCounts()