HomeSort by relevance Sort by last modified time
    Searched refs:PGOReader (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CodeGenPGO.h 119 void applyFunctionAttributes(llvm::IndexedInstrProfReader *PGOReader,
121 void loadRegionCounts(llvm::IndexedInstrProfReader *PGOReader,
CodeGenPGO.cpp 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();
    [all...]
CodeGenModule.h 302 std::unique_ptr<llvm::IndexedInstrProfReader> PGOReader;
529 llvm::IndexedInstrProfReader *getPGOReader() const { return PGOReader.get(); }
    [all...]
CodeGenModule.cpp 84 NoObjCARCExceptionsMetadata(nullptr), RRData(nullptr), PGOReader(nullptr),
142 CodeGenOpts.InstrProfileInput, PGOReader)) {
340 if (PGOReader && PGOStats.hasDiagnostics())
    [all...]

Completed in 677 milliseconds