Home
last modified time | relevance | path

Searched refs:getInstrProfRecord (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp879 IndexedInstrProfReader::getInstrProfRecord(StringRef FuncName, in getInstrProfRecord() function in IndexedInstrProfReader
898 Expected<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash); in getFunctionCounts()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h503 Expected<InstrProfRecord> getInstrProfRecord(StringRef FuncName,
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1026 PGOReader->getInstrProfRecord(FuncName, FunctionHash); in loadRegionCounts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1279 PGOReader->getInstrProfRecord(FuncInfo.FuncName, FuncInfo.FunctionHash); in readCounters()