Searched refs:PGOReader (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenPGO.cpp | 662 llvm::IndexedInstrProfReader *PGOReader = CGM.getPGOReader(); in assignRegionCounters() local 663 if (!InstrumentRegions && !PGOReader) in assignRegionCounters() 673 if (PGOReader) { in assignRegionCounters() 675 loadRegionCounts(PGOReader, SM.isInMainFile(D->getLocation())); in assignRegionCounters() 677 applyFunctionAttributes(PGOReader, Fn); in assignRegionCounters() 760 CodeGenPGO::applyFunctionAttributes(llvm::IndexedInstrProfReader *PGOReader, in applyFunctionAttributes() argument 765 uint64_t MaxFunctionCount = PGOReader->getMaximumFunctionCount(); in applyFunctionAttributes() 794 void CodeGenPGO::loadRegionCounts(llvm::IndexedInstrProfReader *PGOReader, in loadRegionCounts() argument 799 PGOReader->getFunctionCounts(FuncName, FunctionHash, RegionCounts)) { in loadRegionCounts()
|
| HD | CodeGenPGO.h | 98 void applyFunctionAttributes(llvm::IndexedInstrProfReader *PGOReader, 100 void loadRegionCounts(llvm::IndexedInstrProfReader *PGOReader,
|
| HD | CodeGenModule.h | 313 std::unique_ptr<llvm::IndexedInstrProfReader> PGOReader; variable 548 llvm::IndexedInstrProfReader *getPGOReader() const { return PGOReader.get(); } in getPGOReader()
|
| HD | CodeGenModule.cpp | 90 NoObjCARCExceptionsMetadata(nullptr), RRData(nullptr), PGOReader(nullptr), in CodeGenModule() 155 PGOReader = std::move(ReaderOrErr.get()); in CodeGenModule() 358 if (PGOReader && PGOStats.hasDiagnostics()) in Release()
|