Home
last modified time | relevance | path

Searched defs:PGOReader (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp35 llvm::IndexedInstrProfReader *PGOReader = CGM.getPGOReader(); in setFuncName() local
144 static PGOHashVersion getPGOHashVersion(llvm::IndexedInstrProfReader *PGOReader, in getPGOHashVersion()
797 llvm::IndexedInstrProfReader *PGOReader = CGM.getPGOReader(); in assignRegionCounters() local
836 if (auto *PGOReader = CGM.getPGOReader()) { in mapRegionCounters() local
933 CodeGenPGO::applyFunctionAttributes(llvm::IndexedInstrProfReader *PGOReader, in applyFunctionAttributes()
1002 llvm::IndexedInstrProfReader *PGOReader = CGM.getPGOReader(); in valueProfile() local
1021 void CodeGenPGO::loadRegionCounts(llvm::IndexedInstrProfReader *PGOReader, in loadRegionCounts()
H A DCodeGenModule.h335 std::unique_ptr<llvm::IndexedInstrProfReader> PGOReader; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1275 bool PGOUseFunc::readCounters(IndexedInstrProfReader *PGOReader, bool &AllZeros, in readCounters()
1814 std::unique_ptr<IndexedInstrProfReader> PGOReader = in annotateAllFunctions() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1295 std::unique_ptr<llvm::IndexedInstrProfReader> PGOReader = in setPGOUseInstrumentor() local