Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.cpp31 llvm::IndexedInstrProfReader *PGOReader = CGM.getPGOReader(); in setFuncName() local
611 llvm::IndexedInstrProfReader *PGOReader = CGM.getPGOReader(); in assignRegionCounters() local
719 CodeGenPGO::applyFunctionAttributes(llvm::IndexedInstrProfReader *PGOReader, in applyFunctionAttributes()
753 void CodeGenPGO::loadRegionCounts(llvm::IndexedInstrProfReader *PGOReader, in loadRegionCounts()
DCodeGenModule.h290 std::unique_ptr<llvm::IndexedInstrProfReader> PGOReader; variable
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp132 std::unique_ptr<IndexedInstrProfReader> PGOReader; member in __anondc7bfcd90111::PGOInstrumentationUse
512 bool PGOUseFunc::readCounters(IndexedInstrProfReader *PGOReader) { in readCounters()
682 IndexedInstrProfReader *PGOReader) { in setPGOCountOnFunc()